Cannot read property msie of undefined修正
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>