zippy1978 / jquery.scrollz

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

pull-header appear when back to page (JQM) #14

Closed superyarik closed 10 years ago

superyarik commented 11 years ago

i use jquery mobile. first page have pull-header and dynamically content - links to second page. when i return to first page i see pull-header is open, like first time. in your examle you call loadMore() on page load and this hide pull-header after load, but what i need to do if i want only manual refresh?

zippy1978 commented 11 years ago

Hi, If you go back to the page and you don't reload data: it will be empty. If you don't want to load data dynamically on the client side, then do it on the server side by populating the list with the markup (and not from JS)

Regards Gilles