Don’t Use jquery-latest.js

Posted by muchag | jQuery |
初回投稿:2015-02-08 (日) 12:57:12 | 最終更新:2015-02-08 (日) 12:58:14

jquery-latest.js へのリンクは止めましょ~、とのこと。

ちゃんとバージョンが記載されている .js ファイルにリンクしてね。

  1. <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <!-- だめよ~!だめだめ! -->
  2.  
  3. <script src="http://code.jquery.com/jquery-1.11.2.min.js" type="text/javascript"></script> <!-- こうしましょ! -->

jQuery:Don’t Use jquery-latest.js

Posted by muchag | jQuery |
初回投稿:2015-02-08 (日) 12:57:12 | 最終更新:2015-02-08 (日) 12:58:14

コメントはまだありません »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment