js 各种事件 、闭包

 var wheel = event.wheelDelta :onmousewheel:鼠标滚轮事件

document.getElementById("treeTable_body").onmousewheel = function(e){......}

jquery body.click(); 单击事件

             body.dblclick(); 双击事件

 js 闭包 :http://www.cnblogs.com/snandy/archive/2011/03/01/1967628.html

你可能感兴趣的:(jquery,function)