Simple pull to refresh

1. Get stuffs from https://github.com/zippy1978/jquery.scrollz

2. Add below in head section.

3. Add an object with matching id. e.g)<table id=“main”

4. Add below in body section. $(document).ready(function() { $(’#main’).scrollz({ pull : true }); $(’#main’).bind(‘pulled’, function() { location.reload();});});