I'm using this jquery based calendar http://w3widgets.com/responsive-calendar/ and I want to show the day events on hover over active day.
The problem is: the documentation of the plugin is well made and explain everything... except how to do this.
This is the example of how the dayEvents are added in the code:
events: {
"2013-04-30": {
"number": 2,
"badgeClass":
"badge-warning",
"url": "http://w3widgets.com/responsive-calendar",
"dayEvents": [
{
"name": "Important meeting",
"hour": "17:30"
},
{
"name": "Morning meeting at coffee house",
"hour": "08:15"
}
]
},
. . .
}
I have made a lot of tests, but until now, I don´t find a clue about this problem.
Any help will be very appreciated.
You should try this one. it will help you, you have to change the parameter which you want to display in calender.
I recently worked with Responsive Calender and come up with following solution. Hopefully it helps you visualize how to get necessary values. And I hope you'll see how to even add additional data.