jquery wait n seconds

JavaScript
setTimeout(
  function() 
  {
    //do something special
  }, 5000);
Source

Also in JavaScript: