Wijmo UI for the Web
blur Event
wijmo.dialog.wijdialog Namespace > options type : blur Event
Standard jQuery event object
Information about an event
The blur event is called when the dialog widget loses focus.
Syntax
$(function () {
    // Set blur event handler function
    $(".selector").wijdialog({
        blur : function (e, data) {
     
        }
    });
});
blur = function ( 
   e : jQuery.Event,
   data : IBlurEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijdialog jQuery Widget