摘要:
插件地址:http://plugins.jquery.com/project/query-object 阅读全文
摘要:
Most of the demos below will display for 2 seconds 阅读全文
摘要:
最近把一个项目的jQuery升级到最新版,发现有些页面报错Cannot read property ‘msie’ of undefined。上jQuery网站上搜了一下,原因是$.browser这个api从jQuery1.9开始就正式废除,js代码里只要用到$.browser就会报这个错。具体说明参见jQuery官方说明。 阅读全文