How can I add draggable and droppable event listeners with jQuery mobile?
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.
精彩评论