If it is a relatively new jQuery, you can use it directly $(window).off('scroll') (the old version of jQuery uses unbind method) unbind the scroll event.
確定! 回上一頁