Been using Javascript libraries like Prototype and jQuery for development, for a while now. While its a boon using those libraries, the one downside is that using such libraries probably doesn't help in understanding what happens under the hood.
- So how does one master DOM?
- Will understanding DOM be of more help when using Javascript libraries?
- When not using libraries, what benefits does one have by understanding DOM?
Many Thanks in advance