Wijmo UI for the Web
search Event
wijmo.combobox.wijcombobox Namespace > options type : search Event
Standard jQuery event object
Information about an event
This event is triggered when a user searches an item in the drop-down list either by typing in the textbox or by calling the search method of wijcombobox.
Syntax
$(function () {
    // Set search event handler function
    $(".selector").wijcombobox({
        search : function (e, data) {
     
        }
    });
});
search = function ( 
   e : jQuery.Event,
   data : ISearchEventArgs
) { };

Parameters

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

Reference

options type
wijcombobox jQuery Widget