摘要: 一、触摸事件ontouchstartontouchmoveontouchendontouchcancel目前移动端浏览器均支持这4个触摸事件,包括IE。由于触屏也支持MouseEvent,因此他们的顺序是需要注意的:touchstart → mouseover → mousemove → mousedown → mouseup → click1~~触屏也支持mouseEvent?/*** onTouchEvent*/var div = document.getElementById("div");//touchstart类似mousedowndiv.ontouchstart 阅读全文
posted @ 2014-01-11 10:59 stephenykk 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 一个好的编辑器,能大大提高编程的效率。如果能熟知软件的快捷键,那更能让你得心印手。这些内容都是我网上和自己实际使用过程中所收集而来的,在网络上应该也算比较全面的了吧。欢迎大家补充,我也会在以后慢慢添加上来。 插件使用方法:Ctrl+Shift+P 调用命令面板,我们就会找到一些以“Package C 阅读全文
posted @ 2014-01-11 10:04 stephenykk 阅读(263) 评论(0) 推荐(0) 编辑