22

Where is a good place to get started learning how to use jQuery? It seems to be all the rage nowadays. I know some basics of JavaScript but I'm by no means an expert.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Kip
  • 107,154
  • 87
  • 232
  • 265
  • http://robinz.in/begin-with-jquery/ – Robin C Samuel Jan 31 '14 at 08:41
  • you will find lot of examples at https://www.tutorialkart.com/jquery/ and you can get hands on experience with their try jQuery online https://www.tutorialkart.com/try-jquery-online.php – arjun Jun 06 '18 at 08:19

13 Answers13

17

Officially from jQuery http://docs.jquery.com/Tutorials

Or try anything on this site that compiles a bunch of jQuery learning material:

http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

Chris MacDonald
  • 5,975
  • 4
  • 34
  • 35
12

I can whole-heartedly recommend Manning's 'JQuery In Action'. VERY readable, and does a great job of explaining the framework-specific abstractions.

Yuval
  • 1,382
  • 10
  • 22
4

Here's a 4 part (so far) series on Jquery Basics.

Wayne
  • 38,646
  • 4
  • 37
  • 49
3

JQuery web site has some nice tutorials itself.

Ken
  • 2,092
  • 1
  • 19
  • 16
3

As well as the jQuery in Action book that's already been mentioned, there's Learning jQuery and jQuery Reference Guide from Packt. They work well as a pair: the Learning book has plenty of examples that they walk through in some detail - once you know what's possible, the Reference Guide helps you find the right method from the fairly comprehensive options available.

Simon Forrest
  • 2,327
  • 18
  • 22
3

If you're into video tutorials, check out the jQuery for Absolute Beginners Series. It really helped to make jQuery click with me, more than traditional tutorials.

MiseryIndex
  • 1,372
  • 2
  • 16
  • 24
2

Have you looked through jQuery.com? Their documentation is really excellent.

Adam Lassek
  • 35,156
  • 14
  • 91
  • 107
1

I started with 15 days of jquery

PHPNooblet
  • 687
  • 1
  • 7
  • 15
1

There are a lot of them out there, google it, and the jQuery official site itself has a huge list of tutorials and excellent documentation with working examples. If that's not enough, try http://jqueryfordesigner.com, http://bassistance.de. I have also written some at my blog, http://www.chazzuka.com/blog.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Komang
  • 5,004
  • 4
  • 29
  • 33
1

I ran across a site with JQuery videos recently.

There was also a Hanselminutes podcast on the subject of jQuery.

Marek Grzenkowicz
  • 17,024
  • 9
  • 81
  • 111
RTipton
  • 503
  • 2
  • 8
  • 11
1

I've found the links from "The Complete jQuery Resource List for You to Become an Almighty Developer" to be very helpful.

beckelmw
  • 1,216
  • 1
  • 11
  • 15
  • February 2010 the link no longer works. If anybody knows a new one, please edit the answer to add it. Thanks! – DOK Feb 07 '10 at 22:13
1

I've just run into this one. I recommend it because it explains the basics and gives a solid foundation that you can build on.

http://blog.mikecouturier.com/2010/02/beginning-with-jquery-solid-foundation_22.html

kapa
  • 77,694
  • 21
  • 158
  • 175
1

There are lots of articles on JQuery on the web. Here's one for a beginner:

http://www.dotnetcube.com/post/Getting-started-with-JQuery-in-ASPNET.aspx

DotnetDude
  • 11,617
  • 35
  • 100
  • 158