within the event that opens the dialog you could include a timeout for close :

setTimeout($('dialog').dialog("close"),5000);

spstieng wrote:
Hi. I'm using jQuery.dialog and I'm wondering if it's possible to auto
close it after e.g. 5 seconds.

  

Reply via email to