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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -