使用鼠标动态调整 div 大小
我想要一个带有使用鼠标调整大小功能的 div 标签。我的意思是,当我将鼠标放在 div 的任何一角并拖动鼠标时,div 应该根据鼠标移动调整大小。当我离开鼠标按钮时,div 应该永久具有这个大小。 谢谢
I want to have a div tag with resize capability using mouse. I mean when I mousedown on any of the corner of the div and drag the mouse then the div should be resized according to the mouse movement. And when I leave the mouse button the div should have this size permanently.
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery UI 可调整大小正是为您做到的。
http://jqueryui.com/demos/resizing/
jQuery UI Resizable does just that for you.
http://jqueryui.com/demos/resizable/