jquery.qs.infobox jQuery Widget (Document! X Sample)
dataUrl Option
jQuery.qs.infobox Namespace > options type : dataUrl Option
Base URL used to in an AJAX request to fetch links that will be displayed
Syntax
// 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;
Example
var infobox = $("body").infobox({
    dataUrl: "http://feeds.delicious.com/v2/json/popular/";
});
Browser Compatibility
8
5
5
See Also

Reference

options type
infobox jQuery Widget