开发者

How can I add draggable and droppable event listeners with jQuery mobile?

开发者 https://www.devze.com 2023-04-08 12:34 出处:网络
I\'m using jQuery mobile to buil开发者_JAVA技巧d a mobile version of my site. A lot of the features rely on drag/drop.

I'm using jQuery mobile to buil开发者_JAVA技巧d 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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消