debug Option

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.

Code Example

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 );

Live example

Press keyboard "down arrow" to open the menu.
Explore the source code inside menu div.


jQuery Combogrid Plugin Project

Combogrid is designed, developed and maintained by a single programmer.