$(function () { var returnsValue; // Type: any // Parameters var x; // Type: number var y; // Type: number returnsValue = $(".selector").wijpopup("showAt", x, y); });
Parameters
- x
- The x coordinate at which to show the popup.
- y
- The y coordinate at which to show the popup.