Good books on Event handling

Hello,

Any good books that have good samples on event handling (w3c event handling also)?

Thanks
nath

The book Eloquent JavaScript has a good section on handling events, which you can also see online in [url=“http://eloquentjavascript.net/chapter13.html”]Chapter 13.

The book JavaScript: The Definitive Guide also has a large section on handling events in Chapter 17 of the book.

In terms of online resources though, I have not yet found a better resource than the Quirksmode series of pages on events, that starts with an Introduction To Events

Regards

That guy wrote a book “PPK On Javascript”, which is quite good.
Explains aswel event bubbling etc…

Thanks bulevardi