jquery.qs.infobox jQuery Widget (Document! X Sample)
disabled Option
jQuery.qs.infobox Namespace > options type : disabled Option
Disable the infobox.
Syntax
// Get value
var value; // Type:  boolean
value = $(".selector").infobox("option", "disabled");

// Set value
var newValue; // Type:  boolean
$(".selector").infobox("option", "disabled", newValue);
var disabled : boolean;
Browser Compatibility
8
5
5
See Also

Reference

options type
infobox jQuery Widget