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
[email protected]
http://jquery.com/discuss/