zippy1978/jquery.scrollz

pull-header appear when back to page (JQM)

Closed this issue · 1 comments

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?

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