Now compatible with jQueryUi 1.10.1 and jQuery 1.9.1
Default: 300
If autoChoose option set to true, the delay in milliseconds the Combogrid waits to select the item that matches the search term. A zero-delay is more responsive, but can produce problems when deleting chars in the input field.
Initialize a combogrid with the delayChoose option specified.
$( ".selector" ).combogrid({ delayChoose: 0 });
Get or set the delayChoose option, after init.
//getter
var delayChoose = $( ".selector" ).combogrid( "option", "delayChoose" );
//setter
$( ".selector" ).combogrid( "option", "delayChoose", 0 );
Type "thi" to open the menu.
The item will be automatically selected immediately.
Type "thi" to open the menu.
The item will be automatically selected after 3 seconds.
Combogrid is designed, developed and maintained by a single programmer.
Copyright © 2010-2011 All Rights Reserved by Sara D'Alia | Site designed by Amatyr4n