SyntaxFix
Write A Post
Hire A Developer
Questions
Probably the easiest way is to use the timers plugin. http://plugins.jquery.com/project/timers and then call something like
$(this).oneTime(1000, function() { $("#something").hide(); });