Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a tutorial to get started learning jQuery? [closed]

Tags:

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.

like image 375
Kip Avatar asked Oct 03 '08 20:10

Kip


People also ask

Where can I learn jQuery for free?

jQuery Tutorial: Learn jQuery For Free | Codecademy.

How long will it take to learn jQuery?

JQuery is easy-to-learn and can be learned within a few hours. However, it's always recommended that you have a basic knowledge of HTML, CSS, and JavaScript before getting your hands dirty with JQuery. JQuery is simply a JS library. In simpler terms, it has 4 basic uses.

Is jQuery difficult to learn?

jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. jQuery is easy to learn.


2 Answers

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

like image 122
Chris MacDonald Avatar answered Oct 11 '22 16:10

Chris MacDonald


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

like image 40
Yuval Avatar answered Oct 11 '22 16:10

Yuval