Cannot read property msie of undefined修正

2024-10-31 01:03:27

1、首先还是引用JQ的新版本,比如jquery-1.11.3.min.js<script src="http://code.jquery.com/jquery-1.11.3.js"></script>

2、只需要在jQuery引用后加上一行对jQuery Migration的引用即可<script src="http://code.jquery.com/jquery-migrate-1.1.1.js"></script>

猜你喜欢