Wijmo UI for the Web
blur Event
The jQuery.Event object.
The data with this event.
The blur event is fired when the mouse leaves the item.
Syntax
Javascript (Usage) 
$(function () {
    // Set blur event handler function
    $(".selector").wijlist({
        blur : function (e, args) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.