Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pull to Refresh Javascript

I am using JQuery Mobile and I've seen a couple of Pull to Refresh Scripts around.

I especially like this one but even the demo doesn't seem to work on their website.

My question is ... does anyone know of any working pull to refresh scripts for web apps?

like image 423
Satch3000 Avatar asked Nov 13 '11 09:11

Satch3000


3 Answers

Here is an examplary implementation: http://cubiq.org/dropbox/iscroll4/examples/pull-to-refresh/

iScroll was used.

like image 99
J. K. Avatar answered Nov 11 '22 18:11

J. K.


I have built my own jQuery / jQuery Mobile plugin (pull to refresh and infinite scrolling are supported): https://github.com/zippy1978/jquery.scrollz

like image 4
zippy1978 Avatar answered Nov 11 '22 17:11

zippy1978


Demo

Code Base for pull to refresh

like image 4
Saurabh Chandra Patel Avatar answered Nov 11 '22 19:11

Saurabh Chandra Patel