We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jQuery plugin to insert delays in an animation queue
Show a message for 4 seconds
jQuery(".message").fadeIn().wait(4000).fadeOut();