質問編集履歴

2

goji

2018/04/07 01:41

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ▼動くサンプル
26
26
 
27
- [https://jsfiddle.net/58edcwmd/](https://jsfiddle.net/58edcwmd/)
27
+ [https://jsfiddle.net/1mfv6qho/](https://jsfiddle.net/1mfv6qho/)
28
28
 
29
29
 
30
30
 

1

誤字

2018/04/07 01:41

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -150,7 +150,7 @@
150
150
 
151
151
  //子にチェックがなければ子を表示切替
152
152
 
153
- if ($(id1).prop('checked',false) || $(idT).prop('checked',false)){
153
+ if ($(id1).prop('checked',false) || $(id2).prop('checked',false)){
154
154
 
155
155
  $(id1).toggle()
156
156