I need a pop up on hover full calendar like this one.
Have tried full calendar with qtip but could not get clickable popup its disappers when mouse is out from the s
In version 4 of FullCalendar, there is only one argument: eventRender: function (info)
so the snippet is:
eventRender: function (info) { $(info.el).tooltip({ title: info.event.title }); }