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
Have you looked at the jQuery UI resizable widget?
Here is the source code for just the resizable example.