jQuery Mobile "Scroll Event"
jQuery Mobile offers two scroll events: one that triggers when scrolling begins and one that triggers when scrolling ends.
jQuery Mobile Scroll Start (Scrollstart)
The scrollstart event is triggered when the user starts scrolling the page:
Example
| | Note: iOS devices lock DOM operations during scrolling, which means it is impossible to change anything while the user is scrolling. However, the jQuery team is working on a solution for this. | | --- | --- |
jQuery Mobile Scroll Stop (Scrollstop)
The scrollstop event is triggered when the user stops scrolling the page: