31 Aug
2008
31 Aug
'08
3:40 p.m.
You can add event listeners for any event and any event target. The name of the function to add an event listener is addEventListener. To identify the event you want to listen to, you pass the event name. Events have names like "resize", "click", "beforeclose", "blur", etc.
it works. thank you!