wijmo.combobox.wijcombobox Namespace > options type : select Event |
Javascript (Usage) | |
---|---|
$(function () { // Set select event handler function $(".selector").wijcombobox({ select : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
select = function ( e : jQuery.Event, data : ISelectEventArgs ) { }; |