Slide 82
Slide 82 text
Event Mechanism
Event Mechanism
“This” in Event
In Javascript this always refers to the “owner” of
the function we’re executing, or rather, to the
object that a function is a method of
Example: Register click handler on div1
Monday, September 3, 12