On 2/19/07, fatjoez <[EMAIL PROTECTED]> wrote:

how do I delay this action for about 2 seconds?


function jQModalClose() {
   $(".jqmClose").click();
}

setTimeout(jQModalClose, 2000);

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to