Wijmo UI for the Web
position Option
wijmo.menu.wijmenu Namespace > options type : position Option

The position option specifies the location and orientation of the menu relative to the button or link used to open it.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijmenu("option", "position");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijmenu("option", "position", newValue);
        
});
var position : any;
Remarks
Configuration for the Position Utility,Of option is excluded, it is always configured by the widget. Collision also controls collision detection automatically too. It uses jQuery position plugin, see the following link for more details, http://api.jqueryui.com/position/
See Also

Reference

options type
wijmenu jQuery Widget