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

浙公网安备 33010602011771号