jquery.qs.infobox jQuery Widget (Document! X Sample)
jQuery.qs.infobox Namespace / options type / disabled Option
In This Topic
    disabled Option
    In This Topic
    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