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); 

Comments

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -