JQuery - setTimeout

set time out function. 

setTimeout(function(){ 
  alert("Hello"); 
}, 3000);

Comments

Popular posts from this blog

PHP - CURL POST

PHP Implode and explode