Posted: January 11th, 2012, 10:00pm MST
How jQuery Works When you look for tutorials on a subject, you probably look directly at the source. That's the case here, as this tutorial comes straight from jQuery's official website. It provides an introduction to the library plus some basics to give you a decent foundation to build on. The layout of the tutorial is very organized, and it gives you the option to jump to different topics with ease. Among the items touched on include the basics, adding and removing an HTML class, special effects, and callback and functions. Although it is rather short in length, the tutorial offers a g...