From 6d8d451f61d82b4f53c4bf873287f4f9a31f151c Mon Sep 17 00:00:00 2001
From: "adam j. sontag" jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. About 31KB in size (Minified and Gzipped) Supports CSS 1-3 selectors and more! IE 6.0+, FF 10+, Safari 5.0+, Opera, Chrome Congratulations! You just ran a snippet of jQuery code. Wasn't that easy? There's lots of example code throughout the documentation on this site. Be sure to give all the code a test run to see what happens.jQuery is a new kind of JavaScri
Learn jQuery Now!
- Run Code
+ Run Code
$("p.neat").addClass("ohmy").show("slow");
Getting Started With jQuery
How jQuery Works