2016年11月19日
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>jQuery动画</title> <style type="text/css">#btn{ width: 100px; text-align: center; height: 30p 阅读全文
posted @ 2016-11-19 16:17 BlindingSunlight 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 滚轮事件封装的优化,更符合面向对象思想.跟js原生保持一致写法 // 鼠标滚轮滚 Object.prototype.onmousewheelhandle =function(handle){ var info = navigator.userAgent; var down = null; if(in 阅读全文
posted @ 2016-11-19 16:15 BlindingSunlight 阅读(244) 评论(0) 推荐(0) 编辑