Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are good resources for getting started with jQuery? [closed]

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.

like image 870
Colin Ross Avatar asked Jan 12 '09 13:01

Colin Ross


2 Answers

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.

like image 196
Marc Gravell Avatar answered Sep 23 '22 14:09

Marc Gravell


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!

like image 41
youdontmeanmuch Avatar answered Sep 21 '22 14:09

youdontmeanmuch