jquery-migrate-1.4.1.js插件主要的作用是保留一些JQuery因版本升級,而廢棄或是停用的方法,如果您的項(xiàng)目中有之前JQuery舊版本的方法,但又要升級JQuery至較新的版本,導(dǎo)致某些方法不能正常使用,哪么你可以試試jquery-migrate-1.4.1.js插件,輕松解決因JQuery升級而導(dǎo)致舊方法不能使用的問題。
官方網(wǎng)站:https://github.com/jquery/jquery-migrate
引用代碼如下:
<script src="http://code.jquery.com/jquery-1.11.3.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.4.1.js"></script>
如果您的項(xiàng)目是使用JQuery 3.0的版本,請使用以下代碼:
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.0.0.js"></script>
官方網(wǎng)站:https://github.com/jquery/jquery-migrate
引用代碼如下:
<script src="http://code.jquery.com/jquery-1.11.3.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.4.1.js"></script>
如果您的項(xiàng)目是使用JQuery 3.0的版本,請使用以下代碼:
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.0.0.js"></script>