Open SethuICOMM opened 2 months ago
document.querySelector('.calendar').addEventListener('yearChanged', function (e) { console.log("New year selected: " + e.currentYear); load_data(e.currentYear); //$('#calendar').data('calendar').setDataSource(newFeeds1);
calendar = new Calendar('#calendar', {
dataSource: newFeeds1
});
})
Hi,
Am new to year calendar plugin and want to enable the color based on dates assigned the datasource. Have successfully worked ajax function and build the datasource. i want to assign the datasource dynamically and refresh the mouseover content based on the year selection. now the mouseover content is append the existing content and visible the same. $(function() {
load_data(rs);
Kindly helpme out