10

Possible Duplicate:
How to do this pull-to-refresh in webapp?

Is there a plugin available which will animate a list item of a list-view such that when pulled down or pulled up the list-view can be added with new list items using ajax?

I came across this plug-in which ISCROLL 4 but I doesn't work with Jquery Mobile.

Community
  • 1
  • 1
frictionlesspulley
  • 11,070
  • 14
  • 66
  • 115
  • 1
    There are quite a few questions asked on the same topic but almost all had solutions where-in the implementation was not jquery mobile based, or did not work well with jquery mobile – frictionlesspulley Jan 24 '12 at 18:32
  • 1
    I use iScroll in my jQuery Mobile sites. It works fine. Just make sure you are following the HTML structure of the example on the iScroll website exactly. – Jasper Jan 24 '12 at 18:34
  • if you are looking for a pull to refresh on mobile check it out: https://github.com/watusi/jquery-mobile-iscrollview – Rodrigo Dias Nov 16 '12 at 17:50

1 Answers1

14

Here are a few I found:

Community
  • 1
  • 1
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
  • 5
    May I add mine : https://github.com/zippy1978/jquery.scrollz , a simple data-role is enough to make a page scrollable with pull to refresh feature. Example here : http://dl.dropbox.com/u/26978903/scrollz/mobile.html – zippy1978 Jan 05 '13 at 06:52