jquery 可排序和可拖动未运行

发布于 2024-12-26 10:38:49 字数 419 浏览 1 评论 0原文

我正在使用以下链接上的代码进行可拖动和可排序

<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>


Code

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云朵有点甜 2025-01-02 10:38:49

看一下这里的示例:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文