$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijcalendar("option", "title"); // Set value var newValue; // Type: any $(".selector").wijcalendar("option", "title", newValue); });
var title : any;
Default value: null
A callback function used to customizing the title text on month view.
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijcalendar("option", "title"); // Set value var newValue; // Type: any $(".selector").wijcalendar("option", "title", newValue); });
var title : any;