Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery FullCalendar。现在我需要一个显示它的较小版本。
我想在月视图中“突出显示”有事件的一天(但不显示每个事件),并使用 qTip 在鼠标悬停时显示当天的事件列表。
有没有办法做到这一点? 感谢帮助干杯
我认为您可以处理日历中的一些事件......并为那些忙碌的日子应用不同的 CSS 类,甚至自己处理绘图事件。
在后端,您应该为有多个事件的一天返回一个事件。它应该是标题为“忙碌”和日期的“虚拟”事件。
手动渲染事件
EventRender,回调处理事件的绘制