jQuery UI 可排序问题

发布于 2024-11-10 04:32:28 字数 123 浏览 3 评论 0原文

我正在使用 jQuery UI 可排序小部件。一开始运行得很好。我必须从数据库动态填充小部件。现在,它仅在存在 id 为 1 的特定小部件的情况下工作。如果我删除那个特定的小部件,它就不再工作了。请帮助我。

I am using the jQuery UI sortable widget. It's working fine at first. I have to populate the widgets dynamically from a database. Now it's only working in the presence of one particular widget with id 1. If I delete that particular widget, it is not working anymore. Help me please.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

鲜肉鲜肉永远不皱 2024-11-17 04:32:28

如果您动态填充数据,则必须在添加数据后重新初始化它。jQuery 使用正则表达式来处理元素,因此当您更改 HTML 结构时,jQuery 无法识别任何新数据,请尝试重新调用可排序的数据每次ajax调用后的方法

If you are populating the data dynamically you have to re-initialize it after the data is added.jQuery uses regex to handle elements so when you change the HTML structure jQuery doesn't recognize any of the new data, try re-calling the sortable method after each ajax call

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