Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Course's Objectives

1. To learn how to grab HTML elements from a script

2. To manipulate HTML elements, change their attributes, CSS properties and even content.

3. To learn how to apply specific code under specific circumstances (event handling).

4. To learn the basic event types that exist (click, mouseover, scroll etc)

5. To learn that document and window itself has properties that can be used in order to detect user's activity.