添加时操作 jquery 模板

发布于 2024-11-28 17:03:05 字数 233 浏览 0 评论 0原文

我的情况类似于可排序演示: http://jqueryui.com/demos/sortable/ ,除了项目是使用 jquery 模板动态添加的。我想让它们可排序和可拖动,但我似乎无法以通常的方式做到这一点。唯一有点相似的解决方案是使用 .live() 将其连接起来,但在添加(或删除)模板时似乎没有合适的事件可以订阅。

I have a situation similar to the sortable demo: http://jqueryui.com/demos/sortable/ , except the items are dynamically added with a jquery template. I'd like to make them sortable and draggable, but I can't seem to do that the usual way. The only solution that's vaguely similar is to hook it up using .live(), but there doesn't seem to be an appropriate event to subscribe to when a template is added (or removed).

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

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

发布评论

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

评论(1

浪推晚风 2024-12-05 17:03:05

您是否尝试过使用.delegate()?在许多方面,它优于 .live()

http://api.jquery .com/delegate/

Have you tried using .delegate()? In many ways, it is superior to .live()

http://api.jquery.com/delegate/

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