0

カレンダー (Fullcalendar.io) で削除された要素を再レンダリングしようとしていますが、機能していません。

コードは次のとおりです。

        $("#check1").click(function(){
            if($('#check1').prop('checked')) {
                $("#calendar").fullCalendar('rerenderEvents', 'id1');
            } else {
                $("#calendar").fullCalendar('removeEvents', 'id1');
            }
        });
        $("#check2").click(function(){
            if($('#check2').prop('checked')) {
                $("#calendar").fullCalendar('rerenderEvents', 'id2');
            } else {
                $("#calendar").fullCalendar('removeEvents', 'astronomia');
            }
        });

refetchEvents、renderEvent、addEventSource、clientEvent、および updateEvent を試しましたが、どれも機能しませんでした。どうすれば解決できますか?

4

0 に答える 0