Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
486 stars 113 forks source link

Problem with jqurey mobile #10

Closed farazch closed 10 years ago

farazch commented 11 years ago

I am using dragend and it is working fine on the first page, then i load another page using $.mobile.changePage() method, the page which is loaded, dragend is not working there. I am calling it with the method: $("#gallery").dragend();

When i looked into the issue, on second page it doesn't add classes to UL which contains all the swiping elements/

Below is structure of my block which contains dragend:

Please let me know how can i make it work in above scenario.

Stereobit commented 11 years ago

Hmm, can you provide a example for this bug? It's hard to guess based on your description.