Lock at top of window: > $('body').css({'overflow':'hidden'}); > $(document).bind('scroll',function () { > window.scrollTo(0,0); > });.
確定! 回上一頁