I have a text area and a div i want that when i click and move the div up or down the text area also re-size, i.e. the div below the textarea should act as the vertical resize handle for the textarea.

|
I have a text area and a div i want that when i click and move the div up or down the text area also re-size, i.e. the div below the textarea should act as the vertical resize handle for the textarea.
|
||||
| show 4 more comments |
|
using Jquery UI you can make the bottom div draggable and use this to resize the textarea, I made a little jsfiddle for you which demonstrates this :) |
|||
|
|
mousemoveevent, but as long as we don't see some more of your code we can't really help. – MaxArt Jun 4 '12 at 10:06