How can I programmatically close a jQuery UI dialog after some number of seconds?
I figure I need to do something inside
window.setTimeout(function() {
//Something here....
}, 10000);
Try $('#idOfYourDialogue').dialog("close");
and see http://docs.jquery.com/UI/Dialog
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With