W3cubDocs

/jQuery Mobile

scrollstart

scrollstart eventversion added: 1.0

Description: Triggers when a scroll begins.

  • jQuery( ".selector" ).on( "scrollstart", function( event ) { ... } )

Note that iOS devices freeze DOM manipulation during scroll, queuing them to apply when the scroll finishes. We're currently investigating ways to allow DOM manipulations to apply before a scroll starts.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquerymobile.com/scrollstart