JQuery Sortable - 如何避免内容刷新
我正在使用 JQuery 可排序列表,我可以动态地修改每个元素内的内容(即文本字段、颜色等)。要么我将每个元素内容引入为 div 的 iframe,然后每次我移动/拖动该元素并将其放入另一个位置时都会刷新该内容。奇怪的是,当我移动另一个不同的元素时,这种情况不会发生,所以我的问题是:是否有办法避免将 currentItem 拖动到另一个位置后刷新/重新加载? 预先感谢您的帮助(!)
I'm using JQuery sortable list where I dyanmically I can modify the content inside each element (ie, textfield, color, etc). Either I indluce each element content as an iframe of div then this content is refreshed each time I move/drag and drop this element into another position. Which is weird is that it doesn't happend when I move another different element, so my question would be: is there anyway to avoid currentItem to be refreshed/reloaded after draggin it to another position?
Thanks in advance for your help (!)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个已知的错误。请参阅:http://bugs.jqueryui.com/ticket/5575
This is a known bug. See: http://bugs.jqueryui.com/ticket/5575