Hacker News new | ask | show | jobs
by billybob 5907 days ago
Yep. jQuery does have .delay() now, though. You can use it like this:

$('#thing').fadeIn(300).delay(2000).fadeOut(300);

1 comments

Which is precisely the type of thing I'd think would be in the article :)