I'm building a jQuery Mobile app and when I scroll down through a list I want the mulitple list headings to be become part of the overall header one after another. I've seen it in several apps, but I don't know what it's called and would love a good plugIn. Thanks.
Asked
Active
Viewed 188 times
0
-
See also http://stackoverflow.com/questions/12296204/sticky-list-dividers-in-jquery-mobile – Aaron D May 22 '13 at 23:33
1 Answers
2
I believe this is called Sticky Header. Here is a demo http://codepen.io/chrissp26/full/gBrdo
Resource: Getting a sticky header to "push up", like in Instagram's iPhone app using CSS and jQuery
Update 2013/06/11: Also called Persistent Headers. Resource: http://css-tricks.com/persistent-headers/