标签:
Web application, 引用了jquery 1.10.2和fancybox 1.3.4
访问页面遭遇Cannot read property ‘msie’ of undefined的报错
fancybox尝试使用$.browser, 但$.browser从jQuery1.9开始就正式废除,因此报错
下载jquery-migrate-1.2.2,在引用jquery库之后引用jquery-migrate,错误解决
<script src="http://code.jquery.com/jquery-1.10.2.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
jquery错误: Cannot read property ‘msie’ of undefined
标签:
原文地址:http://www.cnblogs.com/heuyang/p/4951844.html