- jQuery
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
- Download jQuery
Download jQuery 3 7 1 slim build Download the uncompressed development version of the jQuery 3 7 1 slim build Download the map for the jQuery 3 7 1 slim build The uncompressed version is best used during development or debugging; the compressed file saves bandwidth and improves performance in production
- jQuery API Documentation
jQuery API 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 If you're new to jQuery, we recommend that you check out the jQuery Learning Center
- jQuery CDN
jQuery UI 1 13 jQuery UI 1 13 3: uncompressed, minified Themes: base black-tie blitzer cupertino dark-hive dot-luv eggplant excite-bike flick hot-sneaks humanity le-frog mint-choc overcast pepper-grinder redmond smoothness south-street start sunny swanky-purse trontastic ui-darkness ui-lightness vader jQuery Mobile
- Using jQuery Core | jQuery Learning Center
Using jQuery Core $ vs $ () $ ( document ) ready () Avoiding Conflicts with Other Libraries Attributes Selecting Elements Working with Selections Manipulating Elements The jQuery Object Traversing CSS, Styling, Dimensions Data Methods Utility Methods Iterating over jQuery and non-jQuery Objects Using jQuery’s index () Function Frequently
- How jQuery Works | jQuery Learning Center
How jQuery Works jQuery: The Basics This is a basic tutorial, designed to help you get started using jQuery If you don't have a test page setup yet, start by creating the following HTML page: The src attribute in the <script> element must point to a copy of jQuery
- jQuery Learning Center
Users There's a lot more to learn about building web sites and applications with jQuery than can fit in API documentation If you're looking for explanations of the basics, workarounds for common problems, best practices, and how-tos, you're in the right place! Authors Too much good information is spread across corners of the web, languishing in blog and forum posts, often just out of reach of
- Browser Support - jQuery
About Browser Support jQuery is constantly tested with all of its supported browsers via unit tests However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors Testing is essential to fully support a browser Only the most current version of jQuery is tested and updated to fix bugs or add features
- jQuery Support
jQuery Learning Center jQuery API Documentation jQuery UI Demos jQuery UI API Documentation Matrix chat jQuery is on Matrix! The support channel for jQuery is #jquery_jquery:gitter im You can read the channel on Element without an account, or join the channel via any Matrix client We use the public #jquery_dev channel to discuss project
- jQuery Core 1. 9 Upgrade Guide
Checkbox radio state in a trigger ()ed "click" event When the user clicks on a checkbox or radio button, the event handler sees the node in the state it will be in if event preventDefault() is not called on the node--in essence, its new state So for example, if the user clicks on an unchecked checkbox, the event handler will see a checked box Before 1 9, a synthetic event triggered by
|