質問編集履歴

2

タイトル変更

2017/04/13 06:43

投稿

mahoken
mahoken

スコア85

test CHANGED
@@ -1 +1 @@
1
- fullcalendar.js
1
+ [緊急]fullcalendar.jsのoptionの操作について
test CHANGED
File without changes

1

タイポ 追記事項

2017/04/13 06:42

投稿

mahoken
mahoken

スコア85

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  $('.fc-custom-button').click(function(){
16
16
 
17
- $('#calendar').fullCalendar('options','selectable',true);
17
+ $('#calendar').fullCalendar('option','selectable',true);
18
18
 
19
19
  action();
20
20
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  $('.fc-prev-button,.fc-next-button,.fc-today-button').click(function(){
26
26
 
27
- $('#calendar').fullCalendar('options','selectable',false);
27
+ $('#calendar').fullCalendar('option','selectable',false);
28
28
 
29
29
  });
30
30
 
@@ -59,3 +59,13 @@
59
59
  教えてください。
60
60
 
61
61
  また何か情報が不十分であればおっしゃってください。
62
+
63
+
64
+
65
+
66
+
67
+ 追記
68
+
69
+ 1回目のカスタムボタンクリックでoptionの更新をしてから、どのボタンを押してもclickでキャッチできていないようです。
70
+
71
+ なぜでしょうか。。。