//禁止滾動條滾動
function unScroll() {
var top = $(document).scrollTop();
$(document).on('scroll.unable',function (e) {
$(document).scrollTop(top);
})
}
//移除禁止滾動條滾動
function removeUnScroll() {
$(document).unbind("scroll.unable");
}
$('body').css('overflow','hidden');頁面滾動條消失,頁面大小會變
個人博客 :很多好用的 npm 包 , 可以看看 https://gilea.cn/
github: https://github.com/longfei59418888/vui (很不錯的vue2.0組件庫,記得給一個 start,以后有一起討論,各種好組件)
