jquery.qs.infobox jQuery Widget (Document! X Sample)
jQuery.qs.infobox Namespace / options type / maxItems Option
In This Topic
    maxItems Option
    In This Topic
    The maximum number of links to display
    Syntax
    // Get value
    var value; // Type:  number
    value = $(".selector").infobox("option", "maxItems");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").infobox("option", "maxItems", newValue);
    var maxItems : number;
    Browser Compatibility
    8
    5
    5
    See Also