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