/ Published in: jQuery
mi comment
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('button#editSiteBasicInformation').live('click', function () { $('#basic_information_form').dialog({ beforeClose: function (event, ui) { console.log('editSiteBasicInformation closed !!'); }}).dialog("open"); });
URL: http://foo.bar