Is there a way to make the jQuery Mobile List divider header be fixed / sticky at the top of the page until the next letter or list divider comes up and takes its place?
I have found already something like this: https://github.com/jquery/jquery-mobile/blob/master/experiments/scrollview/lists-divider.html
but demo doesn’t work, and when I had implemented this code, it also doesn’t work.
I’m searching for a plugin to do the same, also for the list dividers on jquery.mobile.
Found the Sticky plugin.
It works great on firefox, but dividers does not stick to the top on Chrome or Safari browsers, probably because of the complex menu structure jquery mobile creates.
Will try to figure it out.