Wijmo UI for the Web
showAt Method
wijmo.popup Namespace > wijpopup type : showAt Method
The x coordinate at which to show the popup.
The y coordinate at which to show the popup.
Popups the element at specified absolute position related to document.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var x; // Type:  number
    var y; // Type:  number
    
    returnsValue = $(".selector").wijpopup("showAt", x, y);
});
function showAt( 
   x : number,
   y : number
) : any;

Parameters

x
The x coordinate at which to show the popup.
y
The y coordinate at which to show the popup.
Example
// set the popup position is "100, 100" that related to document.
 $(".selector").wijpopup('showAt', 100, 100);
See Also

Reference

wijpopup type
wijpopup jQuery Widget