摘要: js的touch事件,一般用于移动端的触屏滑动: $(function(){ document.addEventListener("touchmove", _touch, false);}) function _touch(event){alert(1); } touchstart:当手指触摸屏幕时 阅读全文
posted @ 2017-04-20 18:03 LIULIULIU666 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括 阅读全文
posted @ 2017-04-20 14:20 LIULIULIU666 阅读(43396) 评论(0) 推荐(1) 编辑
摘要: 直接调用样式类即可: 阅读全文
posted @ 2017-04-20 08:38 LIULIULIU666 阅读(1209) 评论(0) 推荐(0) 编辑