Product Spotlight

ASP.NET Repeater Combined with jQuery FAQ Plugin Demo

What is jQuery?

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.

What does jQuery code look like?

$("p.neat").addClass("ohmy").show("slow");

Where is the documention located?

http://docs.jquery.com/Main_Page
Demo Gallery