EventTarget Flashcards
1
Q
addEventListener()
A
Allows the registration of event listeners on the event target (IE8 = attachEvent())
2
Q
dispatchEvent()
A
Allows to send the event to the subscribed event listeners (IE8 = fireEvent())
3
Q
removeEventListener()
A
Allows the removal of event listeners on the event target (IE8 = detachEvent())