jquery.qs.infobox jQuery Widget (Document! X Sample)
infobox jQuery Widget

A single infobox widget is attached to the page's body element. After it's attached, it creates a <div> element and dynamically adds it to the page's element

Syntax
var options; // Type:  jQuery.qs.infobox.options
 
$(".selector").infobox(options);
function infobox() : any;
Browser Compatibility
8
5
5
Options
 NameDescription
public OptionWidget creation function.  
public OptionBase URL used to in an AJAX request to fetch links that will be displayed  
public OptionDisable the infobox.  
public OptionThe maximum number of links to display  
Top
Methods
 NameDescription
public MethodDestroy this Widget.  
public MethodDisable this Widget.  
public MethodDisplays links fetched via an AJAX call  
public MethodEnable this Widget.  
public MethodHide any links that are currently visible  
public MethodGet or Set one or more Widget options.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also