Wijmo UI for the Web
appendTo Option
wijmo.dialog.wijdialog Namespace > options type : appendTo Option

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);
        
});
var appendTo : string;
See Also

Reference

options type
wijdialog jQuery Widget