More information about the Underscore mailing list

[_] javascript help - unwanted mouseover events

Tim Beadle tim.beadle at gmail.com
Tue Nov 14 08:05:43 GMT 2006

On 13/11/06, James Spencer <jamesaspencer at hotmail.com> wrote:

> Sounds like event bubbling to me...would provide the linky goodness but am
> in an airport kiosk so things are limited. PPK has a fair bit about it on
> the quirksmode site, may be the solution!

That sounds familiar - perhaps you want to check that the event target
is in fact an <a> element.

Tim