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
Javascript (Usage) | |
---|
$(function () {
// Set search event handler function
$(".selector").wijcombobox({
search : function (e, data) {
}
});
});
|
Javascript (Specification) | |
---|
search = function (
: jQuery.Event,
: ISearchEventArgs
) { };
|
Parameters
- e
- Standard jQuery event object
- data
- Information about an event
See Also
Reference
options type
wijcombobox jQuery Widget