jQuery Mobile: Swipe div inside virtual page -
i have jquery mobile project. requirement swipe divs inside virtual page.
<div data-role="page" id="individual"> <div data-theme="a" data-role="header" data-position="fixed" data-theme="c"> </div> <div data-role="content" style="padding: 0px"> <div id="imagediv1"> </div> <div id="imagediv2"> </div> <div id="imagediv3"> </div> </div> <div data-role="footer" data-position="fixed" data-theme="a"> </div> </div>
this jquery virtual page. want swipe between divs imagediv1 imagediv2 , imagediv3. how can implement this?
please help, thanks.
there existing library use called touch slider.
there useful tutorials , plugins located here.
Comments
Post a Comment