Wait.. this is a mess :) all my fault.
I got confused, I was thinking about 'hover' not 'toggle'.

@David
I checked now and hover and toggle stayed, only that hover uses the
mouse events internally for backwards compatibility.
Now, .toggle IS internally calling e.preventDefault(), I really don't
know what, but that the reason the links don't work.
Maybe there's a good reason for that, maybe not.. the comments say:
"Make sure that clicks stop" ??

@Cherry
We are talking about toggle when used with two functions, not THAT use
of toggle.

@rayfielity
That's all I can say, as a quick solution, you should make your own
toggle, that shouldn't take more than a few lines.

Cheers
Ariel Flesler

On 25 feb, 14:35, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> This works. I'm using v 1.2.2.
>
> // click on/off
>  $('#panelOff, #hidestyles').bind('click',function(){
>                 $('#pagestyles').toggle();
>
> Cherry.
>
>
>
> David McFarland wrote:
> > On Feb 25, 2008, at 4:10 AM, Ariel Flesler wrote:
>
> > > Try the latest jQuery (1.2.3) which removed .toggle()
>
> > toggle() was removed? i'm using jquery 1.2.3 and it seems to be
> > working for me. This isn't mentioned in the release notes 
> > either:http://docs.jquery.com/Release:jQuery_1.2.3
>
> > --dave- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Reply via email to