Is it better to learn the DOM or jQuery first?
Posted
by
user1146440
on Programmers
See other posts from Programmers
or by user1146440
Published on 2012-03-25T20:28:00Z
Indexed on
2012/03/26
5:41 UTC
Read the original article
Hit count: 226
JavaScript
I have gotten very familiar with the core functionality of Javascript and now I am aiming at learning DOM manipulation. I have already thought of learning jQeury for this but I don't know if it is good idea to learning it before first getting familiar with the core functionality of the DOM.
Should I first learn the core functionality of the DOM and then learn jQuery? If so, why? Or should I just go on ahead and learn jQuery?
© Programmers or respective owner