Popup

Home

Popup

The popup plugin has the following custom event:

closed triggered when a popup is closed (by clicking outside of it)

$( ".selector" ).popup({
   closed: function(event, ui) { ... }
});