jQuery.mobile.silentScroll( yPos )Returns: jQuery
Description: Scroll to a particular Y position without triggering scroll event listeners.
- 
jQuery.mobile.silentScroll( yPos )- 
yPosType: Number
 
- 
Scroll to a particular Y position without triggering scroll event listeners.
Example:
scroll to Y 100px
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |  |