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 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 with a mouseover and mouseout event on a trigger-div.
> 
> When the user starts entering and leaving the trigger-div with the
> mouse, jquery queues all effects and displays them one after another.
> 
> I don't want jQuery to queue the effects.  When the user leaves the
> toggle-div before the onmousover-effect has finished it just should
> override it an start with the onmouseout effect.
> 
> How can I achive this?
> 
> Thank you in advance
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/disable-Effect-queue-tf4169331s15494.html#a11967644
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to