) is alerted. In that case it is an <strong> element, but Firefox
>> reports an HTMLSpanElement. Safari is ok.
> Intertesting. If I change your alert to
> alert(e.target.tagName);
> then I see STRONG.
I am guessing that FF must treat a <strong> tag like a styled span, which
makes sense. Also notice that if you click to the right of the link, the
alert shows HTMLParagraphElement.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/