Goal: In this module, you will learn to use the benefits of Objects and Event Handling in JavaScript.
Objectives:
After completing this module, you should be able to:
• Create and use objects.
• Access BOM methods and elements.
• Access HTML Elements through DOM objects.
• Understand how to change HTML Element style with DOM.
• Attach Event Listeners to DOM elements.
• Validate HTML forms before sending a request to the Server.
Topics:
• Objects.
• Browser Object Model (BOM).
• Document Object Model (DOM).
• Events.
• Validations.
Hands-on/Demo:
• Access and Change HTML elements.
• Change the value of some of the CSS Properties.
• Perform Validations on HTML Form elements.