Pops up the calendar at the specified X and Y coordinates in the document.
Syntax
Javascript (Usage)
$(function () {
var value; // Type: any
// Parameters
var x; // Type: number
var y; // Type: number
value = $(".selector").wijcalendar("popupAt", x, y);
});