Wijmo UI for the Web
selectedIndexChanged Event
The jQuery.Event object.
The data with this event.
This event is triggered when the selected index of the combobox is changed.
Syntax
Javascript (Usage) 
$(function () {
    // Set selectedIndexChanged event handler function
    $(".selector").wijcombobox({
        selectedIndexChanged : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
selectedIndexChanged = function ( 
   e : Object,
   data : IselectedEventArgs
) { };

Parameters

e
The jQuery.Event object.
data
The data with this event.

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.