Default value: 'body'
Sets the element the dialog (and overlay, if modal) appends to.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijdialog("option", "appendTo");
// Set value
var newValue; // Type: string
$(".selector").wijdialog("option", "appendTo", newValue);
});
See Also