+ 2

When better to start study jQuery ?

Hi coders! How do you think, what level of pure javascript needed to start learning jQuery. I already use javascript with DOM and now learning objects and arrows. Also have practice with HTML and CSS. So what base in JS needed to start jQuery ?

7th Feb 2017, 7:53 AM
Alexandr Kashuba
Alexandr  Kashuba - avatar
2 odpowiedzi
+ 2
My advice to you is that you should never totally rely on jQuery in all your projects. You might forget the main code needed for the operation which you have employed jQuery for. So, get very comfortable with the main code, before diving into jQuery, and make sure you have an understanding of what jQuery functions do underneath. When you need reusable code, either write your own abstraction or study what some libraries do and abstract the parts you need (do not blatantly copy them).
7th Feb 2017, 10:48 AM
John
John - avatar
+ 1
Go for it. Sounds like you're ready. A decent understanding of HTML, CSS, Javascript and the DOM is really all that is needed.
7th Feb 2017, 7:57 AM
ChaoticDawg
ChaoticDawg - avatar