jQuery Tutorial Series (1/101). Prefer one article? Read the complete jQuery tutorial.
Short description
jQuery is a fast, small JavaScript library that simplifies DOM selection, events, effects, and AJAX. This series covers CDN/local setup, selectors, events, effects, DOM/traversing, forms, AJAX/REST, WordPress usage, plugins/UI, and a complete AJAX-based final project.
Steps
- Include jQuery and write a ready handler.
- Practice selectors, events, and AJAX.
- Build the final AJAX application.
Learning path
Setup + syntax + ready()
Selectors + events + effects
DOM + traversing + forms
AJAX + JSON + PHP/WP
Plugins + UI + performance
Final AJAX web application