// Get value var value; // Type: string value = $(".selector").infobox("option", "dataUrl"); // Set value var newValue; // Type: string $(".selector").infobox("option", "dataUrl", newValue);
var dataUrl : string;
var infobox = $("body").infobox({ dataUrl: "http://feeds.delicious.com/v2/json/popular/"; });
options type infobox jQuery Widget