vote up 7 vote down star
6

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.

flag

9 Answers

vote up 15 vote down check

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.

link|flag
You beat me to it, docs.jquery.com is actually pretty good. – Unkwntech Jan 12 at 13:06
I was pleasantly surprised, yes. It over-delivered, IMO. – Marc Gravell Jan 12 at 13:06
Really? I despise jQuery documentation. I find it hard to believe that MSDN spoiled me, but apparently its true... – Will Jan 12 at 13:14
Just an example... Its impossible to find a concise list of selectors that covers the grammar in any acceptable way with good examples. – Will Jan 12 at 13:15
@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 Jan 12 at 13:16
show 2 more comments
vote up 2 vote down

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!

link|flag
vote up 2 vote down

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.

link|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Web Designers Wall has a good introduction.

link|flag

Your Answer

Get an OpenID
or

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