摘要: function fIsWeixin(){ var ua = navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i)=="micromessenger") { return true; } else { return false; }... 阅读全文
posted @ 2016-10-09 21:53 全玉 阅读(196) 评论(0) 推荐(0) 编辑
摘要: HTML5中新添加了很多事件,但是由于他们的兼容问题不是很理想,应用实战性不是太强,所以在这里基本省略,咱们只分享应用广泛兼容不错的事件,日后随着兼容情况提升以后再陆续添加分享。今天为大家介绍的事件主要是触摸事件:touchstart、touchmove和touchend。一开始触摸事件touchs 阅读全文
posted @ 2016-10-09 19:43 全玉 阅读(2059) 评论(0) 推荐(0) 编辑