Hover effect on one cell of agendaWeek + fullcalendar(在议程周+完整日历的一个单元格上的悬停效果)
问题描述
您好,我正在使用 Adam Shaw 的 FullCalendar (.
此问题源于 2009 年 10 月,因此我们似乎不应该抱有太大希望,但一些用户提出了不同的解决方法.其中之一在我的代码中成功运行,因此值得一试.
Hi I am using FullCalendar by Adam Shaw (http://arshaw.com/fullcalendar/). I am using a month and agendaWeek view. I want to put in an hover effect when the user is hovering over a date in month view or a timeslot in agendaWeek view. I tried to change the css as follows:
.fc-widget-content:hover {
background-color: red;
}
This works for month view. File attached
However, the same code selects the whole line in the agendaWeek view when I just need one timeslot to be highlighted.
Example picture below shows the whole 1:00pm slot higlighted for everyday instead of just the timeslot in Wed 02-01 where the mousecursor was.
Any ideas how to achieve this.
Many thanks.
You're not alone: many users of FullCalendar would like to see highlighting of individual time slots supported out of the box. There's an issue for this on Google Code.
The issue stems from October 2009, so it seems we shouldn't get our hopes up, but several users have suggested different workarounds. One of these is working successfully in my code, so it might be worth to check out.
这篇关于在议程周+完整日历的一个单元格上的悬停效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在议程周+完整日历的一个单元格上的悬停效果
基础教程推荐
- 在for循环中使用setTimeout 2022-01-01
- 悬停时滑动输入并停留几秒钟 2022-01-01
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- 动态更新多个选择框 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 响应更改 div 大小保持纵横比 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01