/ Published in: JavaScript
URL: http://blindsignals.com/index.php/2009/07/jquery-delay/
Delay all succeeding calls for x amount of time. Visit my blog and post a comment :D
Expand |
Embed | Plain Text
// example: after five seconds fade the element $(selector).delay(5000).fadeOut('slow'); // example: after five seconds fade the element out and five seconds later fade it back in $(selector).delay(5000).fadeOut('slow').delay(5000).fadeIn('slow');
Comments
Subscribe to comments
You need to login to post a comment.

Is this a plugin that you need, or has it been dragged into the jquery build? I only found this plugin page on the jquery site:
http://plugins.jquery.com/project/delay