In many cases, a better solution for the thousand mouseovers, clicks, etc.
is to use a single event handler on a parent element and inspect
event.target in the event handler. That's extremely efficient and nearly as
easy to code.


Good point Michael, that should be investigated before going to the last resort of inline events.

-- Josh

Reply via email to