Wijmo UI for the Web
search Method
Text to search in the drop-down list.
The jquery event object.
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( 
   value : string,
   eventObj : object
) : any;

Parameters

value
Text to search in the drop-down list.
eventObj
The jquery event object.
Browser Compatibility
7
5
5

See Also

Reference

wijcombobox type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.