拖放 - 当列表动态出现时,可排序不起作用
我在这里完成了: http://jsfiddle.net/thilakar/QNkEL/2/
我也可以拖动父元素和子元素。但我需要删除子元素和另一个子元素(另一个父子元素)之间的内容。
我的要求:
我需要拖放子元素之间的文本,并删除另一个父子元素的内容。
我的问题:
当列表动态出现时,可排序不起作用。
请帮助我..
谢谢
Here i have done : http://jsfiddle.net/thilakar/QNkEL/2/
I can draggable the parent element and child element too. but i need drop the content between the child and another child(another parent child element.)
My requirement:
i need to drag and drop the text between child and also drop the content another parent child.
My Problem:
sortable not working when list comes dynamically.
Please help me..
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我稍微改变了你的javascript,我想我已经接近你需要的了:
在这里小提琴: http:// /jsfiddle.net/nicolapeluchetti/QNkEL/6/
I changed your javascript a little and i think i'm close to what you need:
fiddle here: http://jsfiddle.net/nicolapeluchetti/QNkEL/6/