Friday, 15 January 2010

Jquery Mobile $.mobile.silentScroll -



Jquery Mobile $.mobile.silentScroll -

how can utilize jquery mobile's silent scroll forcefulness div scroll bottom? know how scrolltop in jquery doesn't seem working in jquery mobile.

thanks

with silent scroll method can scroll page, not element.

//scroll y 100px $.mobile.silentscroll(100);

so, if want scroll page relative div should position of div, like:

$.mobile.silentscroll($('div').offset().top);

jquery jquery-mobile

No comments:

Post a Comment