Wijmo UI for the Web
select Event
wijmo.combobox.wijcombobox Namespace > options type : select Event
Standard jQuery event object
Information about an event
A function called when any item in list is selected.
Syntax
$(function () {
    // Set select event handler function
    $(".selector").wijcombobox({
        select : function (e, data) {
     
        }
    });
});
select = function ( 
   e : jQuery.Event,
   data : ISelectEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijcombobox jQuery Widget