how do i start learning jquery with asp.net? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionpls recomme开发者_开发技巧nd good resources/books to start learning jquery with asp.net
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.
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.
https://stackoverflow.com/questions/881002/jquery-resources
jQuery & ASP.Net Resources & Gotchas
Tekpub has a great JQuery series. http://tekpub.com/preview/jquery
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/
The jquery tutorial here is helpful for learing how to manipulate DOM elements using jQuery, but the ajax section of the tutorial assumes you are using PHP:
http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery
Here are several free resources for using jquery for ajax with asp.net:
http://www.misfitgeek.com/2011/05/calling-web-service-page-methods-with-jquery/
http://www.seoasp.net/post/2008/07/16/jQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx
http://www.west-wind.com/weblog/posts/2008/Apr/21/jQuery-AJAX-calls-to-a-WCF-REST-Service
http://encosia.com/using-jquery-to-consume-aspnet-json-web-services/
精彩评论