Open arueckauer opened 11 years ago
This was the highest combination of jQuery and jQuery UI I could get this to function properly.
https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js
This appears to be fixed by pull request 8 though it hasn't been accepted yet: https://github.com/rigoneri/timeout-dialog.js/pull/8 Basically you need to change the line in the destroyDialog function from $(this).dialog("close"); to $("#timeout-dialog").dialog("close");
Works for me in 1.11.0
Error message
With newer versions of jQuery and jQuery UI the following error occurs whenever
destroyDialog()
is triggered: