views:

137

answers:

7

Possible Duplicate:
Where can I find a tutorial to get started learning jQuery?

I am very interested in learning JQuery. Is there any website out there besides this one that could aid me in learning Jquery? Any good book recommendations would be great too. I love javascript and use it often but jquery is a different beast in itself. Thanks for any pointers.

+2  A: 

try this site: http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

you can also print out this cheat sheet: http://www.javascripttoolbox.com/jquery/cheatsheet/JQueryCheatSheet-1.3.2.pdf

Jason
Thanks for the Cheat Sheet!!
Eric
no problem :) it's awesome... it really helped me get a handle on jquery.
Jason
+2  A: 

http://visualjquery.com/ is a great guide for when your working with JQuery.

ICodeForCoffee
+1  A: 

I have JQuery In Action book and it is very good reference for jquery.

http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355

David Basarab
A: 

i often visit Learningjquery.com and it might sound weird, but i learned more of jquery in the small time that i use this site than in that half year before that. i read almost 75% of the jquery related questions here. and you learn quiet a few new tricks, best practices, ... when you do that.

Sander
A: 

Glimmer, released by Microsoft is quite nice. you can learn more about it here.

Liam
+1  A: 

http://jqueryfordesigners.com/

redsquare
A: 

This is the best link I have come across, "JQuery Secrets with Dave Ward":

http://polymorphicpodcast.com/shows/jquery/

IrishChieftain