Wijmo UI for the Web
ensureDropDownOnBody Option
wijmo.dropdown.wijdropdown Namespace > options type : ensureDropDownOnBody Option

Default value: false

A value indicating the dropdown element will be append to the body or dropdown container.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijdropdown("option", "ensureDropDownOnBody");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijdropdown("option", "ensureDropDownOnBody", newValue);
        
});
var ensureDropDownOnBody : boolean;
Remarks
If the value is true, the dropdown list will be appended to body element. else it will append to the dropdown container.
See Also

Reference

options type
wijdropdown jQuery Widget