And it occurs from left to right correct John?

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of John Resig
Sent: Monday, October 09, 2006 1:38 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Queueing of effects (fx)


> I believe that jQuery has a sort of built in queue in that effects are
> chainable. So you'd simply write all of the effects in one long chain and
> each of them would happen in the order you specify in your chain.

Exactly, so doing:

$("#foo").slideDown('slow').slideUp('slow');

will be queued completely.

--John

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to