jquery.qs.infobox jQuery Widget (Document! X Sample)
jQuery.qs.infobox Namespace / options type / dataUrl Option
In This Topic
    dataUrl Option
    In This Topic
    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