「労働者が自分の仕事をうまくやりたいなら、まず自分の道具を研ぎ澄まさなければなりません。」 - 孔子、「論語。陸霊公」
表紙 > プログラミング > How to Retrieve the Latest jQuery Library from Google APIs?

How to Retrieve the Latest jQuery Library from Google APIs?

2024 年 12 月 24 日に公開
ブラウズ:373

How to Retrieve the Latest jQuery Library from Google APIs?

Retrieving the Latest jQuery Library from Google APIs

The provided jQuery URL in the question is for version 1.2.6. For retrieving the latest version, there was previously an alternative to using a specific version number, which was to use the following syntax:

<pre>http://ajax.googleapis.com/ajax/libs/jquery/latest/jquery.js</pre>

However, up until jQuery 1.11.1, there were several alternative URLs for obtaining the latest version:

  • https://code.jquery.com/jquery-latest.min.js (jQuery hosted, minified)
  • https://code.jquery.com/jquery-latest.js (jQuery hosted, uncompressed)
  • https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js (Google hosted, minified)
  • https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js (Google hosted, uncompressed)

After jQuery 1.11.1, both jQuery and Google discontinued updating these URLs, resulting in them being permanently fixed at version 1.11.1. Consequently, there is no longer a supported alternative URL for retrieving the latest jQuery version. For further clarification, please refer to this blog post: https://blog.jquery.com/2014/04/22/dont-use-jquery-latest-js/.

While these legacy URLs still remain in use, it is recommended to use a specific version number in your jQuery links for more predictable and dependable results.

リリースステートメント この記事は次の場所に転載されています: 1729521558 権利侵害がある場合は、[email protected] に連絡して削除してください。
最新のチュートリアル もっと>

免責事項: 提供されるすべてのリソースの一部はインターネットからのものです。お客様の著作権またはその他の権利および利益の侵害がある場合は、詳細な理由を説明し、著作権または権利および利益の証拠を提出して、電子メール [email protected] に送信してください。 できるだけ早く対応させていただきます。

Copyright© 2022 湘ICP备2022001581号-3