1

これは私のコードです、

$('#calendar_div').fullCalendar({
header: {
                left: 'prev,next today',
                center: 'title',
                right: 'month,basicWeek,basicDay'
            },
            selectable: true,
            selectHelper: true,
            events:'/appt_get',
height: $("#calendar_div").height(),
         width: $("#calendar_div").width()-500,
editable: true,
});

このイベントは表示されません。しかし、イベントの前のリンクの代わりに、以下のようにデータを入力すると機能します。これは、リンクから取得した同じデータです。

[{"end": "2013-06-06 12:00:00", "title": "this is again a test", "start": "2013-06-06 09:00:00"}, {"end": "2013-06-09 14:59:11", "title": "testing this system", "start": "2013-06-09 14:14:11"}]
4

0 に答える 0