Javascript Fullcalendar onmouseover显示不同的模板

Javascript Fullcalendar onmouseover显示不同的模板,javascript,jquery,angularjs,fullcalendar,mouseover,Javascript,Jquery,Angularjs,Fullcalendar,Mouseover,当前使用带角度的完整日历 是否可以每天在鼠标上方插入一个新的html模板,以便显示编辑/查看模板,如下所示 我注意到有一个鼠标放在活动的上方,但对我来说,在一天中进行鼠标移动并不容易 有什么想法吗 在第4810行之后的fullcalendar.js上 我已手动添加此事件 $(node).mouseenter(function() { view.trigger('dayMouseenter', null, date, $(node)); })

当前使用带角度的完整日历

是否可以每天在鼠标上方插入一个新的html模板,以便显示编辑/查看模板,如下所示

我注意到有一个鼠标放在活动的上方,但对我来说,在一天中进行鼠标移动并不容易

有什么想法吗


在第4810行之后的fullcalendar.js上

我已手动添加此事件

        $(node).mouseenter(function() {
            view.trigger('dayMouseenter', null, date, $(node));
        });