tags:

views:

108

answers:

5

pls recommend good resources/books to start learning jquery with asp.net

+2  A: 

I'm currently reading jQuery In Action and I find it easy to read with great examples.

There are other questions on SO that provide many other resources.
http://stackoverflow.com/questions/881002/jquery-resources
http://stackoverflow.com/questions/241550/jquery-asp-net-resources-gotchas

RC
hi RC, i want to give u +1 for help but can't as it says "vote up requires 15 reputation" :(
cache
You should have enough reputation to upvote him by now. :)
Pekka
Yes, i already did
cache
+7  A: 

You don't need books. There are so many good tutorials on the web.

First you should start by reading the info at jQuery.com. Start with "Getting started with jQuery".
Then you can have a look at other tutorials. Here are some good ones:
- jQuery UI
- Learninig jQuery
- www.webdesignerwall.com

jQuery is platform independent. So it doesn't matter if you are coding in PHP or .NET.

Steven
but still books helps a lot than tutorials.
cache
How? I never read a book to learn jQuery. I only read the online tutorials and looks at other examples. Learning by doing is the most efficient way of learning. Just read the tutorial at jQuery's own website, and give it a go. It's very simple.
Steven
+3  A: 

Tekpub has a great JQuery series. http://tekpub.com/preview/jquery

Daniel Auger
A: 

If you also need to learn Java Script (not just JQuery), then check out the Head First series of books. The Java Script book is awesome.

http://headfirstlabs.com/books/hfjs/

Jeremy Bell
A: 

A very good tutorial Site with article and samples, you can found at http://www.dotnetcurry.com/BrowseArticles.aspx?CatID=63

Andreas Hoffmann