Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンをクリックして、すべてのイベントデータをすべてのイベントデータを含むjsonオブジェクトの1つの変数に取得できるようにしたい。
$('#calendar').each(function(i,v){alert(v);});動作しません
$('#calendar').each(function(i,v){alert(v);});
を使用し.fullCalendar('clientEvents')ます。Eventオブジェクトの配列を返します
.fullCalendar('clientEvents')
Event