html5 和html的区别
02 Mar 2015- html5是最新一代的html标准 html5现在可谓是如茶似火,html5之所以如此嚣张,大家知道他们的好处吗和
与前一代html区别吗?
之前也要做过手机的触屏分析,今天我来说一下js的触屏分析
$(function(){
document.getElementById("moveId").addEventListener('touchstart',touchStart)
document.getElementById("moveId").addEventListener('touchmove',touchMove)
document.getElementById("moveId").addEventListener('touchend',touchEnd)
isdrag=false
})