ダウンロードしました: http://arshaw.com/fullcalendar/
前のボタンを無効にする方法を誰かが知っているので、現在の月のみを表示し、次のボタンを制限して次の月のみを表示する方法を知っていますか?
私はこれを頭に入れました:
$(document).ready(function() {
var date = new Date();
var d = date.setDate();
var m = date.setMonth();
var y = date.setFullYear();
$('#calendar').fullCalendar({
editable: true,
events: [
{