JavaScript - Framework - JQuery

JQuery
https://jquery.com/

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

Download jQuery: https://jquery.com/download/

All versions: https://code.jquery.com

jQuery Learning Center: https://learn.jquery.com/

Blog: https://blog.jquery.com/

jQuery Migrate plugin: https://github.com/jquery/jquery-migrate

jQuery Plugin Registry: https://plugins.jquery.com/

CN: https://www.jquery123.com/

jQuery Mobile
https://jquerymobile.com/

jQuery Mobile is a HTML5-based user interface system designed to make responsive web sites and apps that are accessible on all smartphone, tablet and desktop devices.

Download: https://jquerymobile.com/download/

jQuery Mobile Download Builder
http://jquerymobile.com/download-builder/
http://jquerymobile.com/resources/download/jquery.mobile-1.4.5.zip

jQuery UI
https://jqueryui.com/

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

Download:
https://jqueryui.com/download/
https://jqueryui.com/resources/download/jquery-ui-1.12.1.zip

QUnit
https://qunitjs.com/

QUnit is a powerful, easy-to-use JavaScript unit testing framework for:
  • jQuery
  • jQuery UI
  • jQuery Mobile

Content delivery network (CDN)

jQuery
https://code.jquery.com/jquery-3.3.1.min.js
https://code.jquery.com/jquery-2.2.4.min.js
https://code.jquery.com/jquery-1.12.4.min.js
https://code.jquery.com/jquery-migrate-3.0.1.min.js

https://code.jquery.com/ui/1.12.1/jquery-ui.min.js
https://code.jquery.com/ui/1.11.4/jquery-ui.min.js
https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js

Google
https://developers.google.com/speed/libraries/#jquery
3.x : <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
2.x : <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
1.x : <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

Microsoft
https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview#jQuery_Releases_on_the_CDN_0
https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js
https://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.2.4.min.js
https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js

cdnjs.com
https://cdnjs.com/libraries
https://cdnjs.com/libraries/jquery/
https://github.com/cdnjs/cdnjs
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js

BootCDN  中文网开源项目免费 CDN 加速服务
https://www.bootcdn.cn/
https://www.bootcdn.cn/jquery/
https://www.bootcdn.cn/twitter-bootstrap/
https://www.bootcdn.cn/react/
https://www.bootcdn.cn/angular.js/
https://www.bootcdn.cn/vue/
https://www.bootcdn.cn/backbone.js/
https://www.bootcdn.cn/lodash.js/
https://www.bootcdn.cn/moment.js/

jsDelivr
https://www.jsdelivr.com/package/npm/jquery
https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js
https://cdn.jsdelivr.net/npm/jquery@2.2.4/dist/jquery.min.js
https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jquery.min.js

Related links

npm
https://www.npmjs.com/
npm is the package manager for javascript

jQuery Tutorial
https://www.w3schools.com/jquery/


留言

這個網誌中的熱門文章

W3C: Standards and Guidelines (HTML)

Web: Useful Tool - Dead link / Broken Link Checker

HTML - Color