On Nov 20, 2:54 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> > 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.

+1

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

I was reading somewhere today that inline events cause memory
leakage.  Is this true?  Because in that case I would avoid inline at
all costs...

Charles

Reply via email to