Reputation: 1733
I want to resize a DIV by dragging its bottom right corner.
What I want is:
I saw the implementation based on JQuery draggable, but my understanding is that I'm going to lose all resizable options, which are extremely handy.
I'm sure there's a bunch of them, but I have to stick with JQuery UI.
Could anyone suggest on if resizable is adoptable for my scenario or I have to search elsewhere?
Upvotes: 0
Views: 231
Reputation: 1441
css has a resize property
not supported by IE but might work for you...
Upvotes: 1