jquery
timeout, a setTimeout wrapper for jQuery
Submitted by jebaird on Fri, 06/12/2009 - 10:36Timeout is a simple jQuery plugin that allows you to delay the execution of code for a certain number of milliseconds. It works like the jQuery delay plugin http://www.evanbot.com/article/jquery-delay-plugin/4 which i didn't know existed at the time I wrote this plugin.
plugin code