[jQuery] Re: Should be real easy but not for me

2007-07-21 Thread Rob Desbois
Hi Mitch, I'm afraid it is a silly one! function advmode() ( $(#Panel).SlideInRight(1000); }; You've used a parenthesis ( instead of brace { for opening the function body. Change that and it works as expected :-) Glen, SlideInRight and similar functions are from Interface elements for

[jQuery] Re: Should be real easy but not for me

2007-07-20 Thread Glen Lipka
Im a little confused. SlideInRight and SlideOutRight arent jQuery functions. Are these from a plugin you made? Best thing is to post a simple proof-of-concept page. then we can help you debug it. Glen On 7/19/07, Goofy [EMAIL PROTECTED] wrote: Why wont this work. Its so simple. I just