欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

JQuery 在線引用及測試引用是否成功

 更新時間:2014年06月24日 17:39:57   投稿:whsnow  
這篇文章主要介紹了JQuery 在線引用及測試引用是否成功的示例,需要的朋友可以參考下
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> // 測試引用是否成功 $(document).ready(function(e) { alert('test!'); }); </script> Google 的 CDN <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script> Microsoft 的 CDN <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script>

相關(guān)文章

最新評論