Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this questionIS possible to implement to resize div by mouse using JQuery ? Need to resize just height by dragging bottom line .
http://jqueryui.com/demos/resizable/
You could easily use jQuery UI for this. However you might want to check out this thread, How to let resize vertically a DIV with only jQuery - no plugins?
You should check out jQuery UI's Resizable. Here's the link: http://jqueryui.com/demos/resizable/
精彩评论