var options; // Type: jQuery.qs.infobox.options $(".selector").infobox(options);
function infobox() : any;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
var options; // Type: jQuery.qs.infobox.options $(".selector").infobox(options);
function infobox() : any;| Name | Description | |
|---|---|---|
|  | create | Widget creation function. | 
|  | dataUrl | Base URL used to in an AJAX request to fetch links that will be displayed | 
|  | disabled | Disable the infobox. | 
|  | maxItems | The maximum number of links to display | 
| Name | Description | |
|---|---|---|
|  | destroy | Destroy this Widget. | 
|  | disable | Disable this Widget. | 
|  | displayTagLinks | Displays links fetched via an AJAX call | 
|  | enable | Enable this Widget. | 
|  | hideTagLinks | Hide any links that are currently visible | 
|  | option | Get or Set one or more Widget options. | 
|  | widget | Returns a jQuery object containing the original element or other relevant generated element. |