Timeout jQuery Efffect


/ Published in: jQuery
Save to your folder(s)

A small plugin that you can use in the jQuery chain to delay the next in queue. For those using a jQuery library pre 1.4 (v1.4 + has .delay() ).

$('.notice').fadeIn().idle(2000).fadeOut('slow');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.