2012年9月1日

jQuery - scroll to bottom

讓卷軸自動捲到最底下的方法:
var $element = jQuery('#myElement'); $element.animate({     scrollTop: $element[0].scrollHeight }, 300);

沒有留言:

ShareThis