Hi folks,
cross-browser handling is quite a hassle sometimes.
In this case I need to capture quite a number of events, but cannot afford to use a multi purpose library that exceeds 10ish Kb. (e.g. jQuery, Prototype, Dojo, YUI, ...)
The script is meant as a basic tracking tool for various sites I'm maintaining.
Every browser seems to handle events slightly and sometimes completely differently!
I would be really happy if someone could point me out to a javascript library meant for cross-browser event handling.
This would make my day!! =)