Are there any books / tutorials on jQuery with ASP.NET MVC 3? I need to learn how to use ajax links and how to submit ajax forms ect. If there aren't any books / tutorials on MVC 3 yet MVC 2 wil also suffice.
P.S I do know how to do basic stuff with the MS AJAX Toolkit that comes with MVC
The best 2 books are:
Pro ASP.NET MVC 2: http://www.amazon.com/ASP-NET-Framework-Second-Experts-Voice/dp/1430228865/ref=pd_sim_b_1
jQuery in Action: http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355
There is the MVC 3 version of Pro ASP.NET MVC: http://www.amazon.com/Pro-ASP-NET-MVC-Framework-Third/dp/1430234040/ref=dp_ob_title_bk
There is a basic MVC 3 tutorial on the ASP.NET site: http://www.asp.net/mvc/tutorials/creating-a-mvc-3-application-with-razor-and-unobtrusive-javascript
Also a great video tutorial here, http://www.pluralsight-training.net/microsoft/courses/TableOfContents?courseName=aspdotnet-mvc3-intro, there is a whole 47m chapter dedicated to AJAX and Javascript (including jQuery).