/ Published in: jQuery
URL: http://foo.bar
mi comment
Expand |
Embed | Plain Text
$('button#editSiteBasicInformation').live('click', function () { $('#basic_information_form').dialog({ beforeClose: function (event, ui) { console.log('editSiteBasicInformation closed !!'); }}).dialog("open"); });
You need to login to post a comment.
