Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do i start learning jquery with asp.net? [closed]

Tags:

jquery

asp.net

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

like image 529
cache Avatar asked Dec 04 '22 13:12

cache


1 Answers

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.

like image 145
Steven Avatar answered Dec 08 '22 01:12

Steven