Best resource for learning jquery?

I just recently completed the Basic Algorithms portion on FCC and plan to start the “Random Quote Machine” project. However I feel that i dont have that good a grasp on Jquery by learning at FCC. What would be the best resources to learn Jquery for project solving purposes . I specifically want to address the problem of working with api’s using jquery!!

Thanks Campers in advance :smile:

Hi Rahul, a good solid resource is the official jQuery Learning Center.

If you’re dealing with API’s you should look into AJAX.

Cheers!

I found http://www.w3schools.com/ to real helpful while doing the first few projects, especially with jQuery. I got better with web api’s mostly by searching for tutorials on AJAX.

1 Like