摘要:
核心方法 delegate, live, bind现在都转向使用on函数,live在1.9直接删除最后都使用jQuery.event.add( this, types, fn, data, selector ); this是原生的HTMLElement重要的全局属性jQuery.cachejQuery.guidjQuery.cache中的存储每一个jQuery中的元素添加的事件,都会在jQuery.cache 中存储为一个对象,id值对应为elem[jQuery.expando];{1: events:Object, handle:function}1 events获取$.data(el, & 阅读全文
posted @ 2013-02-21 11:29
zzu-han
阅读(272)
评论(0)
推荐(0)