jQuery Mobile slide down event -
looking @ jquery mobile can see events slideleft , slideright.
i need slidedown event. idea in app when slide down action (swipe finger down motion) on screen forces refresh of data displayed.
looking @ slide event seems support horizontal motion, not vertical.
i think mean pull refresh feature, not implemented design in jquery mobile.
you can use specific plugin scrollz.
code:
        <!-- content : data-scrollz supports 'simple' or 'pull'. content automatically resized  window height between header , footer. -->         <div id="content" data-role="content" data-scrollz="pull">                 <!-- scrollable content here. -->         </div> demo: https://dl.dropboxusercontent.com/u/26978903/scrollz/mobile.html
Comments
Post a Comment