jquery.qs.infobox jQuery Widget (Document! X Sample)
maxItems Option
jQuery.qs.infobox Namespace > options type : maxItems Option
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

Reference

options type
infobox jQuery Widget