views:

250

answers:

9

jQuery and JavaScript in general are new ground for me.

What are some good resources to get me up and running.

I am particularly interested in page manipulation - eg moving elements about programmatically.

+16  A: 

Well, docs.jquery.com would be a good start (especially the Manipulation section). Usually lots of good examples as well as the documentation.

I picked up jQuery in Action which was well-worth a read.

Marc Gravell
You beat me to it, docs.jquery.com is actually pretty good.
Unkwntech
I was pleasantly surprised, yes. It over-delivered, IMO.
Marc Gravell
Really? I despise jQuery documentation. I find it hard to believe that MSDN spoiled me, but apparently its true...
Will
Just an example... Its impossible to find a concise list of selectors that covers the grammar in any acceptable way with good examples.
Will
@Will - it is a little terse, maybe, but it is enough to get the idea. Maybe it helps that I read "jQuery in Action" before I saw "docs.jquery.com", so most of the fundamentals had already been explained.
Marc Gravell
I highly agree with this post. docs.jquery.com is a fountain of knowledge, some of the best documentation I've seen around. +1
Kezzer
+1 for jQuery in Action
Russ Cam
+2  A: 

docs.jquery.com is the obvious choice however there are some great tutorials out there jQuery for designers is one of the best.

However if your looking to really jump in and learn it all quickly and hands on (which i suggest) I highly recommend the firebug console and Visual jQuery and start tinkering away best way to learn IMHO, good luck!

youdontmeanmuch
+2  A: 

I recommend Learning jQuery and jQuery Reference. The first book is good to get your started with a lot of examples, especially about selecting all kinds of elements. The second is good for quickly looking up a property or method.

Matt in PA
+1  A: 

There's a nice cheat sheet here: http://www.gscottolson.com/jquery/jQuery1.2.cheatsheet.v1.0.pdf

thatismatt
A: 

You could subscribe to a free 10 day trial of safaribooksonline

You should be able to read the jQuery in Action book till your trial runs out. By then you should know if the book is any good and it should of got you up to speed with jQuery.

Antony Delaney
+2  A: 

Visual jQuery is a more pleasant way of browsing the jQuery documentation...

J-P
A: 

I found the cheat sheets on the Alternative resource page (http://docs.jquery.com/Alternative_Resources) to be very helpful.

Robert MacLean
A: 

The site docs.jquery.com has been mentioned many times already, but in case you don't see this one link it is a great list of learning resources: Tutorials

Rockitsauce
A: 

Web Designers Wall has a good introduction.

superUntitled