vote up 12 vote down star
7

Where is a good place to get started learning how to use jQuery? It seems to be all the rage nowadays, and I want be in on whatever the cool kids are doing. I know some basics of Javascript but I'm by no means an expert.

flag

12 Answers

vote up 9 vote down check

Officially from jQuery http://docs.jquery.com/Tutorials

Or try anything on this site that compiles a bunch of jQuery learning material:

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

link|flag
vote up 0 vote down

I started with 15 days of jquery

link|flag
vote up 1 vote down

If you're into video tutorials, check out the jQuery for Absolute Beginners Series. It really helped to make jQuery click with me, more than traditional tutorials.

link|flag
vote up 0 vote down

There are lots of articles on JQuery on the web. Here's one for a beginner:

http://www.dotnetcube.com/post/Getting-started-with-JQuery-in-ASPNET.aspx

link|flag
vote up 1 vote down

I've found the links from "The Complete jQuery Resource List for You to Become an Almighty Developer" to be very helpful.

link|flag
vote up 1 vote down

I ran across a site with JQuery videos recently. http://www.mefeedia.com/tags/jquery/. There was also a Hanselminutes podast on the subject of JQuery. http://is.gd/3wrM

Hope this helps.

link|flag
vote up 0 vote down

there are alot of them out there, google it, and jquery official site itself has huge list of tutorial and excellent documentation with working examples, if thats not enough try http://jqueryfordesigner.com, http://bassistance.de, i have also written some at my blog http://www.chazzuka.com/blog

link|flag
vote up 3 vote down

As well as the jQuery in Action book that's already been mentioned, there's Learning jQuery and jQuery Reference Guide from Packt. They work well as a pair: the Learning book has plenty of examples that they walk through in some detail - once you know what's possible, the Reference Guide helps you find the right method from the fairly comprehensive options available.

link|flag
vote up 9 vote down

I can whole-heartedly recommend Manning's 'JQuery In Action'. VERY readable, and does a great job of explaining the framework-specific abstractions.

link|flag
vote up 2 vote down

JQuery web site has some nice tutorials itself.

link|flag
vote up 2 vote down

Have you looked through jQuery.com? Their documentation is really excellent.

link|flag
vote up 3 vote down

Here's a 4 part (so far) series on Jquery Basics.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.