JQuery UI dialog proper close function
$('<div>jQuery is great!</div>').dialog({
...
close: function(ev, ui) {
$(this).remove();
}
...
});
also:
https://groups.google.com/forum/?fromgroups#!topic/jquery-ui/T5gEzLAcG8g[1-25]
http://stackoverflow.com/questions/11569922/jquery-ui-dialog-increasingly-calling-the-submit-callback
Inga kommentarer:
Skicka en kommentar