$(function () { var returnsValue; // Type: any // Parameters var x; // Type: number var y; // Type: number returnsValue = $(".selector").wijcalendar("popupAt", x, y); });
Parameters
- x
- X offset.
- y
- Y offset.
$(function () { var returnsValue; // Type: any // Parameters var x; // Type: number var y; // Type: number returnsValue = $(".selector").wijcalendar("popupAt", x, y); });