Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
1  
i think i go with the jquery in action book – cache Jan 11 '10 at 15:06

6 Answers

up vote 8 down vote accepted

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.

share|improve this answer
1  
but still books helps a lot than tutorials. – cache Jan 10 '10 at 16:24
1  
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 Jan 10 '10 at 16:43
Well a goog book isn't hurting anybody. I read "jQuery in Action" when I was two weeks away in my holidays and hadn't access to the internet. Helped me to fill some gaps and learned things I probably wouldn't have discovered by only reading tutorials. You discover stuff you wouldn't have searched for but can be helpful. – Shihan Nov 20 '12 at 22:27

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

share|improve this answer
hi RC, i want to give u +1 for help but can't as it says "vote up requires 15 reputation" :( – cache Jan 10 '10 at 16:14
You should have enough reputation to upvote him by now. :) – Pekka 웃 Jan 10 '10 at 16:26
Yes, i already did – cache Jan 10 '10 at 16:29

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

share|improve this answer

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/

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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