Dialogs

Home Search

Dialog

The dialog plugin has the following custom events:

create Triggered when a dialog is created

$( ".selector" ).bind({
   create: function(event, ui) { ... }
});