如何使用 jQuery mobile 添加可拖放事件侦听器?

发布于 2024-12-06 07:54:40 字数 168 浏览 1 评论 0原文

我正在使用 jQuery mobile 构建我的网站的移动版本。

许多功能都依赖于拖放。

由于 jQuery mobile 使用 Ajax 加载页面,因此可拖动和可放置的事件处理程序不会添加到除第一个页面之外的任何页面上的元素。

如何在不使用内联 JS 的情况下解决这个问题

I'm using jQuery mobile to build a mobile version of my site.

A lot of the features rely on drag/drop.

Since jQuery mobile uses Ajax to load the pages, the event handlers for draggable and droppable aren't added to elements on any page except the first.

How can I work around this without using in-line JS

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

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

发布评论

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

评论(1

堇年纸鸢 2024-12-13 07:54:40

添加对页面容器 div 内的自定义 JavaScript 文件的引用。

add references to your custom JavaScript files inside the page container div.

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