Wijmo UI for the Web
blur Event
wijmo.list.wijlist Namespace > options type : blur Event
The jQuery.Event object.
The data with this event.
The blur event is fired when the mouse leaves the item.
Syntax
$(function () {
    // Set blur event handler function
    $(".selector").wijlist({
        blur : function (e, args) {
     
        }
    });
});
blur = function ( 
   e : Object,
   args : IItemEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijlist jQuery Widget