Gas Oved
Tiny but very useful plugin. Thank you very much!
Engin Gurelli
Really apreciated Evan, very handy. Thank you.
will
This works great, and so teeny!
Thanks :)
xavier
Enjoy :)
// $(this).animate(xxx).delay(2000,function(){}).animate(xxx)
jQuery.fn.delay = function(t, f)
{
return
$(this).animate({d:1}, t, f) ;
}
Jamie
Just a quick thanks dude, i wasn't looking forward to having to do a delay ;)
Cheers for the plug-in.
George
Beautiful plugin. Works perfectly. Thank you very much.
brett
You're updated script with the cancel command is awesome! Thanks so much :)
Mark
The timer consumes resource as is working till the time event triggers.
It means though we set timer to delay 50000 ms, the system keeps busy on the timer loop. Thanks to multithreading, but it would be better if we could use some alternative.
Evan commented on Xavier, better objective but yet unsatisfying. somebody get more...
Locker Rushing
11:10 PM - July 20, 2009Thank you man! Exactly what I needed.
Nice site btw!