gpt4 book ai didi

javascript - 如何删除 FullCalendar 中的 "previous"、 "next"和 "today"按钮

转载 作者:行者123 更新时间:2023-11-28 18:03:51 24 4
gpt4 key购买 nike

我尝试过这样的事情

viewRender: function(currentView){

$('body').remove('.fc-prev-button');
$('body').remove('.fc-next-button');
$('body').remove('.fc-today-button');

}
});

但它不会删除这些按钮。我究竟做错了什么?在完整日历配置中执行此操作的正确方法是什么?

最佳答案

您不必在 header 中设置选项。类似这样的事情。

header: {
left: 'title',
center: '',
right: 'today '
}

看这里: Fullcalendar doc

关于javascript - 如何删除 FullCalendar 中的 "previous"、 "next"和 "today"按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43052046/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com