Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var x; // Type:  number
    var y; // Type:  number
    
    returnsValue = $(".selector").wijpopup("showAt", x, y);
});
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

wijpopup type
wijpopup jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.