Searches the wijcombobox drop-down list for the specified value.
Syntax
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: any
// Parameters
var value; // Type: string
var eventObj; // Type: object
returnsValue = $(".selector").wijcombobox("search", value, eventObj);
});
|
Javascript (Specification) | |
---|
function search(
: string,
: object
) : any;
|
Parameters
- value
- Text to search in the drop-down list.
- eventObj
- The jquery event object.
Browser Compatibility
See Also
Reference
wijcombobox type
wijcombobox jQuery Widget