function unScroll() {
var top = $(document).scrollTop();
$(document).on('scroll.unable', function(e) {
$(document).scrollTop(top);
})
},
function reScroll() {
$(document).off('scroll.unable');
}
function unScroll() {
var top = $(document).scrollTop();
$(document).on('scroll.unable', function(e) {
$(document).scrollTop(top);
})
},
function reScroll() {
$(document).off('scroll.unable');
}
本文标题:禁用浏览器滚动事件(不隐藏其滚动条)
本文链接:https://www.haomeiwen.com/subject/yebxvftx.html
网友评论