2023年3月7日 星期二

[研究]jQuery 和 jQuery UI的 CDN 網址

[研究]jQuery 和 jQuery UI的 CDN 網址

2023-03-07

jQuery CDN:

https://releases.jquery.com/jquery/

<script src="https://code.jquery.com/jquery-3.6.3.js" integrity="sha256-nQLuAZGRRcILA+6dMBOvcRh5Pe310sBpanc6+QBmyVM=" crossorigin="anonymous"></script>

<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>

可以簡寫為

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

********************************************************************************

jQuery UI CDN:

https://releases.jquery.com/ui/

<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js" integrity="sha256-eTyxS0rkjpLEo16uXTS0uVCS4815lc40K2iVpWDvdSY=" crossorigin="anonymous"></script>

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

<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css" />

https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css

https://code.jquery.com/ui/1.13.1/jquery-ui.min.js

https://code.jquery.com/ui/1.13.1/themes/smoothness/jquery-ui.css

********************************************************************************

非官方CDN

Google CDN:

jQuery.min.js:https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js

jQuery.min.css:https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/smoothness/jquery-ui.css

Microsoft CDN:

jQuery.min.js:https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.3.min.js

jQuery.min.css:https://ajax.aspnetcdn.com/ajax/jquery.ui/1.13.2/themes/smoothness/jquery-ui.css

********************************************************************************

(完)

相關

[研究]jQuery 和 jQuery UI的 CDN 網址
https://shaurong.blogspot.com/2023/03/jquery-jquery-ui-cdn.html

[研究]Bootstrap 3.x, 4.x, 5.x的官方 CDN 網址
https://shaurong.blogspot.com/2023/03/bootstrap-3x-4x-5x-cdn.html

[研究]CKEditor 4.x、5.x的官方 CDN 網址
https://shaurong.blogspot.com/2023/03/ckeditor-4x5x-cdn.html


沒有留言:

張貼留言