Wijmo UI for the Web
select Event
Standard jQuery event object
Information about an event
The select event is triggered when a menu item is selected. This event can be triggered by theselect method to allow for custom keyboard handling.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.select = function(e, data) { };
Javascript (Specification) 
select = function ( 
   e : jQuery.Event,
   data : ISelectEventArgs
) { };

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.