views:

61

answers:

4

Possible Duplicate:
Where can I learn jQuery? Is it worth it?

I'm working with Zend Framework and such PHP-things pretty ok, but at the moment my JQuery skill are below the acceptable level ...

Where should I start learning JQuery? Are there some good sources to start with?

A: 

The most comprehensive introduction for me was W3school's jQuery tutorials.

Babiker
A: 

LearningjQuery.com has good depth as well as great introductory tutorials. "How to Get Anything You Want" offers a great overview of selectors and solids basics for DOM traversal. The articles are broken down into beginner, intermediate and expert.

David Robbins
A: 

You can find a lot of snippets and tutorials on http://www.switchonthecode.com/frameworks/jquery

tobiw