jq 禁止滚动与解绑 ` //绑定事件 $(window).scroll(function(){ $ (this).scrollTop (0) }) //解绑 $(window).unbind("scroll"); `