Default value: ""
This option specifies the URL for the iframe element inside wijdialog.
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijdialog("option", "contentUrl"); // Set value var newValue; // Type: string $(".selector").wijdialog("option", "contentUrl", newValue); });
var contentUrl : string;
$("selector").wijdialog({contentUrl: 'http://www.google.com'});
options type wijdialog jQuery Widget