jquery事件使页面滚动条到最底部

1 function scroolToEnd() {
2         var h = $(document).height()-$(window).height();
3         $(document).scrollTop(h);

猜你喜欢

转载自www.cnblogs.com/tianqingse/p/9365508.html