質問編集履歴

2

jsの処理を修正

2016/08/04 11:10

投稿

Fasahina
Fasahina

スコア12

test CHANGED
File without changes
test CHANGED
@@ -88,13 +88,13 @@
88
88
 
89
89
  if (checkbox.is(':checked')) {
90
90
 
91
- label.addClass('btn-primary');
91
+ label.addClass('active');
92
92
 
93
93
  }
94
94
 
95
95
  else {
96
96
 
97
- label.removeClass('btn');
97
+ label.removeClass('active');
98
98
 
99
99
  }
100
100
 

1

初心者アイコン利用

2016/08/04 11:10

投稿

Fasahina
Fasahina

スコア12

test CHANGED
File without changes
test CHANGED
File without changes