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) 
var instance; // Type: options
instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.