jQuery setTimeout() Function

setTimeout(function() {
      // Do something after 5 seconds
}, 5000);