Wednesday 2 January 2013

set time intrvel to display popup



syntax:
setTimeout("Function",time);

Example
setTimeout("jQuery('#dialog').hide();$('#mask').hide();", 20000);

No comments:

Post a Comment