pls recommend 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". 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. |
|||
|
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. |
|||
|
|
|
A very good tutorial Site with article and samples, you can found at http://www.dotnetcurry.com/BrowseArticles.aspx?CatID=63 |
|||
|
|
|
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/ |
|||
|
|