Sam,

Yeh, but using queue's allows that events don't fire a fx during some 
other fx... I can't do that with callbacks...

Sam Collett wrote:
> On 09/10/06, Abdur-Rahman Advany <[EMAIL PROTECTED]> wrote:
>   
>> Hi guys, I was searching if there was a way to do queuing like in
>> script.aculo.us (I am switching to jquery but this is the only bump....)
>>
>> Here some doc's on how it works in script.aculo.us
>> http://blog.railsdevelopment.com/pages/effect/queue/
>>
>>     
>
> Have you tried using callbacks? they are fired whenever an effect finishes.
>
> $("#mydiv").fadeOut("slow", function()
> {
>     $("#mydiv2").fadeIn("slow");
> })
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>   


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

Reply via email to