Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other is javascript learning needed before to learn jquery? Re: is javascript learning needed before to learn jquery?

#126469
Alen
Participant

@jitendra

Check out [30 Days to Learn jQuery](https://tutsplus.com/course/30-days-to-learn-jquery/), free course from Tuts+.

Don’t worry about JavaScript for now. Get a hang of jQuery, then once you have decent grasp of it, look trough the source code and see how they wrote the framework. This can give you some idea how JavaScript works. Another major reason to use jQuery is cross-browser compatibility right out of the box. And it’s actively maintained by the community.