jquery 可排序和可拖动未运行
我正在使用以下链接上的代码进行可拖动和可排序
<http://skfox.com/jqExamples/SortableSelectable.html>
现在我有两个在一个页面中实现这个东西两次
但是当它在页面上实现两次时。元素 ID 存在冲突。
然后我在那里改变了我停止工作的ID。
简而言之,我想在一个页面上实现这个东西两次。
谁能帮助我吗?
i am using code on following link for drag-able and sortable
<http://skfox.com/jqExamples/SortableSelectable.html>
now i have two implement this thing in a page two times
but when it implement on page twice . Elements id's are conflicting .
Then i change there id i stop working .
in short i want to implement this stuff on a page twice .
Can anyone help me ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下这里的示例:
http://jqueryui.com/demos/sortable/#connect-列表
您应该为每个元素指定一个唯一的 id,否则它将无法工作。
也许你可以做一个小提琴,这样我们就可以看到你的代码中有什么问题。
Look a at the example here:
http://jqueryui.com/demos/sortable/#connect-lists
You should give each of your element an unique id, otherwise it won't work.
Maybe you could make a fiddle so we can see what's wrong in your code.