如果我使用jquery-1.9.1.min.js
从JavaScript runtime error: Unable to get property 'opera' of undefined or null reference
javascript文件获取Jquery Isotope v1.5.19
。
如果我使用https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
JQuery。它工作正常,顺利进行。我都想使用最新的jQuery。
对此有何解决方案?
答案 0 :(得分:1)
如果要继续使用旧的jQuery API,则需要在jquery.1.9.1.js脚本之前加载jquery-migrate插件。
E.g。
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.1.1.js"></script>
jquery-migrate download and read-me file
**更新:
尝试使用Jquery Isotope v1.5.25。它已针对Jquery 1.9进行了更新,并且没有对.browser插件的引用。
https://raw.github.com/desandro/isotope/master/jquery.isotope.js