Hi,

I'm not quite sure what you try to show me with that $('#a3').click
(...stuff...) below, but I can tell you what I just found out: The
difference I've mentioned between my clickAt($('#a1')[0]) and $
('#a1').click(), and also with #a3, occurs in Safari and Opera, but in
Firefox (3.0.3 and 3.5.5) my clickAt(...) does no more than $
(...).click(). In IE7 my clickAt(...) just gives me an [object Error].
What a mess!

/Jon

On Nov 20, 11:18 am, Olaf Bosch <olaf.bo...@t-online.de> wrote:
> Jon schrieb:
>
> > and one (#a3) that links to this Google Groups page. With the latter I
> > observe the same difference as with #a1: my clickAt($('#a3')[0])
> > works, but $('#a3').click() doesn't. Bug or feature?
>
> Sorry I can't follow you. I added this to Firebug on your Testpage:
>
> $('#a3').click( function() {
>            return false;
>            });
>
> And then Click on #a3 and nothing....
>
> --
> Viele Gr e, Olaf
>
> -----------------------------------
> olaf.bo...@t-online.dehttp://olaf-bosch.de/http://ohorn.info/http://www.akitafreund.de/
> -----------------------------------

Reply via email to