Pops up the calendar at specifies position.
Syntax
Javascript (Usage) | |
---|
$(function () {
var value; // Type: any
// Parameters
var position; // Type: Object
value = $(".selector").wijcalendar("popup", position);
});
|
Javascript (Specification) | |
---|
function popup(
: Object
) : any;
|
Parameters
- position
- A jQuery Position plugin that indicates the position in which to pop up the calendar.
Please see "http://jqueryui.com/demos/position/" for details of the parameter.
Browser Compatibility
See Also
Reference
wijcalendar type
wijcalendar jQuery Widget