jquery 对话框:在任意点拖动对话框
有没有什么技巧可以让 jquery 对话框随时可拖动? (我的意思不仅是在标题栏中)
Is there a trick to make a jquery dialog be draggable at any point? (i mean not only in the title bar)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
与可排序项目相反,对话框项目没有该功能(我不确定为什么)。如果需要,您也许可以执行以下操作:
请参阅此处的工作示例:http://jsfiddle.net/gMP2d/
As opposed to a sortable item, dialog items doesn't have that functionality (I'm not sure why). If needed, you might be able to do something like this:
See a working example here: http://jsfiddle.net/gMP2d/