Tag: JavaScript
Using jQuery CDN
Load jQuery from a public CDN for quick demos and many production sites.
Downloading jQuery Locally
Serve jquery.min.js from your own assets for offline or controlled deploys.
First jQuery Program
Write a minimal page that selects an element and changes its text on ready.
jQuery Complete Tutorial (101 Topics with AJAX, WordPress & Final Project)
Complete jQuery tutorial covering selectors, events, effects, DOM, forms, AJAX, WordPress, plugins, jQuery UI, and a final AJAX-based web application.
Introduction to jQuery
Start learning jQuery — from selectors and events to AJAX, WordPress, plugins, and a final AJAX web app project.
What is jQuery?
Define jQuery as a cross-browser JavaScript library for DOM and AJAX work.
Features of jQuery
Explore chaining, selectors, effects, AJAX, and plugin extensibility.