jQuery Mobile scrollstop
Event
Example
Display a message when the page scroll stops:
Definition and Usage
The scrollstop
event is triggered when the page scroll stops.
Note: This event is typically attached to the document.
Note: The scrollstart event is triggered when the page starts scrolling.
Syntax
Parameter | Description |
---|---|
function(event) | Required. Specifies the function to execute when the scrollstop event is triggered. <br> <br>The function has an optional event object, which can be any jQuery event property (e.g., event.target, event.type, etc.). For more information, refer to the jQuery Event Reference |