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

Reply via email to