July 2016
Beginner
416 pages
8h 55m
English
In This Chapter
• Understand how easy it is to use JavaScript to create DOM elements from nothing
• Learn how to clone existing DOM elements as well as remove DOM elements you no longer want
This part may blow you away. For the following sentences, I suggest you hold on to something sturdy:

Despite what my earlier chapters may have led you to believe, your DOM does not have to be made up of HTML elements that exist in markup. You have the ability to create HTML elements out of thin air and add them to your DOM using just a few lines of JavaScript. You also have the ability to move elements around, remove ...
Read now
Unlock full access