2015年3月15日

jQuery学习-事件之绑定事件(六)

摘要: 在jQuery中,为了屏蔽event对象在各浏览器中的差异性,它使用了自定的Event对象,如下:1jQuery.Event=function(src,props){2//Allowinstantiationwithoutthe'new'keyword3//instanceof用于判断一个变量是否某... 阅读全文

posted @ 2015-03-15 12:55 酷^$^喾 阅读(130) 评论(0) 推荐(0) 编辑

导航