jquery - Close Modal Box after 10 seconds -
how can close jquery modal box after 10 seconds ???
use settimeout function.
//make sure have lower case "o" settimeout(function(){ $(dialog).close(); }, 10000);
how can close jquery modal box after 10 seconds ???
use settimeout function.
//make sure have lower case "o" settimeout(function(){ $(dialog).close(); }, 10000);
Comments
Post a Comment