Home › Forums › Other › is javascript learning needed before to learn jquery? › Re: is javascript learning needed before to learn jquery?
February 28, 2013 at 3:51 pm
#126469
Participant
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.