Now compatible with jQueryUi 1.10.1 and jQuery 1.9.1
Default: false
If set to true the menu will be visible (e.g. through firebug) after closing. Otherwise the menu will be detached from DOM.
Initialize a combogrid with the debug option specified.
$( ".selector" ).combogrid({ debug: true });
Get or set the debug option, after init.
//getter
var debug = $( ".selector" ).combogrid( "option", "debug" );
//setter
$( ".selector" ).combogrid( "option", "debug", true );
Press keyboard "down arrow" to open the menu.
Explore the source code inside menu div.
Combogrid is designed, developed and maintained by a single programmer.
Copyright © 2010-2011 All Rights Reserved by Sara D'Alia | Site designed by Amatyr4n