0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

jQuery CDNの種類

Posted at

jQueryのCDNを調べたら意外と種類があったので、記事にしてみた。

載せてるCDNはjqueryのサイトに記載があった物を載せています。

jquery##

jqueryの公式?なCDNのようです

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

https://https://code.jquery.com/

Google##

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

https://developers.google.com/speed/libraries#jquery

Microsoft##

<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.0.min.js"></script>

https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview#jQuery_Releases_on_the_CDN_0

Cdnjs##

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

https://cdnjs.com/libraries/jquery

Jsdelivr##

<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>

https://www.jsdelivr.com/package/npm/jquery

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?