使用jquery uidraggable拖动时修改div的内容
我有一个可拖动的 div (jquery uidraggable),其中主要包含文本。我可以在拖动时更改 div 的内容吗?
(实际上,我想让它成为一个更小更好的div)
I have a draggable div (jquery ui draggable) which contains mainly text. Can I change the contents of the div while dragging?
(actually, I want to make it a smaller and nicer div)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个: http://jsfiddle.net/6JtMp/
这是代码:
Try this out: http://jsfiddle.net/6JtMp/
Here's the code:
拖动怎么样?
只需指定拖动回调:
What about drag?
Just specify the drag callback:
您可以挂钩三个不同的事件,这可能会让您能够完成您正在寻找的事情。我会检查启动、拖动和/或停止事件的定义函数。这是API文档: http://jqueryui.com/demos/draggable/#event-drag
There are three different events that you can hook into which will probably enable you to do what you are looking for. I would check out defining functions for the start, drag, and or stop events. Here is the api doc: http://jqueryui.com/demos/draggable/#event-drag