Skip to content Skip to sidebar Skip to footer

Jqm Specifying Swipe Page Change

Trying to make a mobile webapp. Three of the pages namely article1,2,3 should transition from one another on swipe. Within each article page there should be links to other page tha

Solution 1:

I am an idiot. I simply replaced var nextpage = $.mobile.activePage.next('[data-role="page"]'); with var nextpage = $.mobile.activePage.next('#article');


Post a Comment for "Jqm Specifying Swipe Page Change"