質問編集履歴

3

補足のため、サンプルの記述を変更

2016/08/05 05:16

投稿

takatouaya
takatouaya

スコア10

test CHANGED
File without changes
test CHANGED
@@ -112,9 +112,9 @@
112
112
 
113
113
  <li class="attribute01 type01 option03"><a href="#"><img src="sample.jpg"></a></li>
114
114
 
115
- <li class="attribute03 type03 option01"><a href="#"><img src="sample.jpg"></a></li>
115
+ <li class="attribute03 type03 type02 option01"><a href="#"><img src="sample.jpg"></a></li>
116
-
116
+
117
- <li class="attribute02 type05 option04"><a href="#"><img src="sample.jpg"></a></li>
117
+ <li class="attribute02 type05 type03 option04 option05"><a href="#"><img src="sample.jpg"></a></li>
118
118
 
119
119
  <li class="attribute05 type06 option06"><a href="#"><img src="sample.jpg"></a></li>
120
120
 

2

ID名の間違い

2016/08/05 05:16

投稿

takatouaya
takatouaya

スコア10

test CHANGED
File without changes
test CHANGED
@@ -174,7 +174,7 @@
174
174
 
175
175
  if($('#' + this).is(':checked')) {
176
176
 
177
- $("#monster-list li:not(." + this + ")").addClass('hidden-not-' + this);
177
+ $("#list li:not(." + this + ")").addClass('hidden-not-' + this);
178
178
 
179
179
  $filter_all.prop('checked',false).parent().removeClass("selected");
180
180
 
@@ -182,7 +182,7 @@
182
182
 
183
183
  else if($('#' + this).not(':checked')) {
184
184
 
185
- $("#monster-list li:not(." + this + ")").removeClass('hidden-not-' + this);
185
+ $("#list li:not(." + this + ")").removeClass('hidden-not-' + this);
186
186
 
187
187
  }
188
188
 

1

初心者アイコンのつけ忘れ

2016/08/05 04:51

投稿

takatouaya
takatouaya

スコア10

test CHANGED
File without changes
test CHANGED
File without changes