如何使用 jQuery mobile 添加可拖放事件侦听器?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加对页面容器 div 内的自定义 JavaScript 文件的引用。
add references to your custom JavaScript files inside the page container div.