In this below script,Get delay code in javascript This code runs after 3 seconds . setTimeout(function(){ //Anything we ll write here alert("test"); }, 3000);
No comments:
Post a Comment