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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -