I would like to have (preferrably in jQuery) regular text input box which can be clicked and dragged by its right-bottom corner (e.g. like textareas have in Chrome) and resized
You don't need jQuery to handle this. What you need is css.
#yourTextInput{ resize:both; }
This will allow your text input to have the resize option on the right