[jQuery] Re: disable Effect queue

2007-08-02 Thread Mitchell Waite
Use 'hover()'. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of seedy Sent: Thursday, August 02, 2007 9:17 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: disable Effect queue I think the .animate() function will help you

[jQuery] Re: disable Effect queue

2007-08-02 Thread seedy
I think the .animate() function will help you to combine effects ie. $(element).animate({height:'toggle',opacity:'toggle'}) This should slide and fade an element at the same time. ravenel wrote: > > > Hello, > I am using effects (e.g. fadeIn & Out, slideUp & Down etc.) on a div > triggered