Wijmo UI for the Web
delay Option

Default value: 300

A value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcombobox("option", "delay");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcombobox("option", "delay", newValue);
        
});
Javascript (Specification) 
var delay : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.