Description
In this course you will learn:
- Discover how the DOM is built.
- To select page elements, use DOM methods.
- Determine the source of an Element's properties.
- To add new content to the page, use DOM and JavaScript.
- To remove page content, learn DOM and JavaScript.
- To style page elements, use DOM and JavaScript.
- Explore the mysterious world of browser events.
- To respond to specific events, use DOM and JavaScript.
- Learn when the web page is ready for modification and control.
- Learn how to speed up your DOM and JavaScript code.
- Determine the code that is causing Reflow and Repaint issues.
- Explain the operation of the JavaScript Event Loop.
Syllabus :
- The Document Object Model
- Creating Content with JavaScript
- Working with Browser Events
- Performance