I want to resize a DIV by dragging its bottom right corner.
What I want is:
- have access to animation, helper, axis, containment options.
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.
- use just jquery UI w/out custom plugins.**
I'm sure there's a bunch of them, but I have to stick with JQuery UI.
- hide NS/WE icons, so it'll be resized by dragging top-right corner only (that's an easy part, I can probably figure it out myself)
Could anyone suggest on if resizable is adoptable for my scenario or I have to search elsewhere?