我正在創建新的網站,並需要有關JavaScript的幫助。 我想要的是在手機上禁用scrollify JS。 嘗試幾乎一切,不成功。如何在手機上禁用scrollify.js
這裏是我的代碼:
<script>
$(function() {
$.scrollify({
section : ".pagescroll",
standardScrollElements: ".modal",
});
$.scrollify.disable() // this function is for disable mobile
});
</script>
謝謝
你怎麼想如果移動設備正在使用您的代碼來檢測? –
例如檢測屏幕尺寸<600px – YakaMan
看看[this](http://stackoverflow.com/questions/3437786/get-the-size-of-the-screen-current-web-page-and-browser-window )SO問題 –