zippy1978 / jquery.scrollz

Modern scrolling for jQuery
GNU General Public License v2.0
81 stars 17 forks source link

remove pull header all the time! #6

Closed rlad closed 11 years ago

rlad commented 11 years ago

I'm doing an app where I just want lazy loading as the user scrolls down, and never need to see the pull header.

It works great except that the pull header appears when loading, and then again on reloads. It would be great to have the option of getting rid of it entirely!

zippy1978 commented 11 years ago

Hi, to do so just use pull : false in options. Or data-scrollz='simple' with jQM.

zippy1978 commented 11 years ago

Check out the first example on this page (scroll with no pull header) : http://dl.dropbox.com/u/26978903/scrollz/examples.html