I'm trying to create a simple iOS magazine with swiping pages:
<div id="page1"></div>
<div id="page2"></div>
I'd like to avoid jQuery Mobile since I don't need the whole library and my only concern is to swipe the pages.
How can I show/hide a div
on swipe?