+ 1
Why use javascript & its libraries?
why use javascript or jquery etc to access DOM and make changes to the HTML rather than changing the Html itself?
5 Answers
+ 8
Because some things are just impossible or at least hard using only HTML, like creating a menu, timer and a lot of other things
+ 1
They make coding easier
+ 1
They make web development including JavaScript more easier like how to quickly create animations using jQuery and targeting html tags
+ 1
HTML is not a programming language, it's a mark up language, it can't do any progrmming job as Javascript does.
0
"They make coding easier"... please elaborate