Javascript event registration models, good explanation(quirksmode.org)
quirksmode.org
Javascript event registration models, good explanation
http://www.quirksmode.org/js/events_advanced.html
2 comments
There's also an object-based argument to addEventListener:
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-E...
More discussion here: http://ajaxian.com/archives/an-alternative-way-to-addeventli...
More discussion here: http://ajaxian.com/archives/an-alternative-way-to-addeventli...
It will default to false if you skip it (which is almost always preferable):