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。我将在日历的年视图中呈现事件。我想要的是在每个活动日设置背景图片。
eventRender: function(event, eventElement) { eventElement.find("div.fc-content").addClass("fc-background"); },
我确实喜欢上面的内容,但每周都会显示背景图像。有没有更好的解决方案?