Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/416.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/laravel/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript ';完整日历';仅删除周视图上的事件点_Javascript_Laravel_Fullcalendar - Fatal编程技术网

Javascript ';完整日历';仅删除周视图上的事件点

Javascript ';完整日历';仅删除周视图上的事件点,javascript,laravel,fullcalendar,Javascript,Laravel,Fullcalendar,因此,我只想在周视图中删除事件文本之前的事件点。因此,我希望在日、月和列表视图中保留事件点 如果可能的话,这是可能的吗 请注意,我知道如何使用CSS删除事件点: .fc-unthemed .fc-event .fc-content:before, .fc-unthemed .fc-event-dot .fc-content:before{ content:unset } 但我只想在week view上执行此操作,查找父类,如.fc timegrid .f

因此,我只想在周视图中删除事件文本之前的事件点。因此,我希望在日、月和列表视图中保留事件点

如果可能的话,这是可能的吗

请注意,我知道如何使用CSS删除事件点:

.fc-unthemed .fc-event .fc-content:before, .fc-unthemed .fc-event-dot .fc-content:before{
            content:unset
        }

但我只想在week view上执行此操作,查找父类,如.fc timegrid

.fc-timegrid .fc-event-dot .fc-content:before{
            content:unset
        }
始终查找该视图特有的类