摘要: 1.混合模式 、rem、缩放 阅读全文
posted @ 2017-07-19 18:00 九门提督琪琪 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1.事件冒泡 obj.addEventListener(event,fn,useCapture); useCapture:为false是事件冒泡;为true为事件捕获 2.ie兼容问题 给元素添加事件:attachEvent(“on”+type,fn)、addEventListener 给元素删除事 阅读全文
posted @ 2017-07-19 10:37 九门提督琪琪 阅读(216) 评论(0) 推荐(0) 编辑