摘要:
http://www.ibm.com/developerworks/cn/web/wa-reverseajax1/index.htmlhttp://www.ibm.com/developerworks/cn/web/wa-reverseajax2/index.html 阅读全文
摘要:
引用来自:http://www.cnblogs.com/yupeng/archive/2012/03/15/2395316.html本质:不同的库或者工具中总是封装了不同的事件绑定形式,但是究其根源,还是IE事件模型和W3C事件模型不同的处理方式1)W3C事件模型:支持事件捕捉和冒泡addEventListener('type',function(){},bool) removeEventListener ('type',function(){},bool)2)IE事件模型:仅支持事件冒泡attachEvent('type',function() 阅读全文