Wijmo UI for the Web
blur Event
Standard jQuery event object
Information about an event
The blur event is called when the dialog widget loses focus.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.blur = function(e, data) { };
Javascript (Specification) 
blur = function ( 
   e : jQuery.Event,
   data : IBlurEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.