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) 
$(function () {
    // Set select event handler function
    $(".selector").wijmenu({
        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
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.