質問編集履歴

1

脱字の修正

2017/06/15 08:22

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -120,18 +120,26 @@
120
120
 
121
121
  $(document).on('change','#name',function(){
122
122
 
123
- $(cs-serected).children("list0-col2").removeAttr("data-td");
123
+ $(".cs-serected").children(".list0-col2").removeAttr("data-td");
124
124
 
125
- $(cs-serected).children("list0-col3").removeAttr("data-td");
125
+ $(".cs-serected").children(".list0-col3").removeAttr("data-td");
126
126
 
127
- $(cs-serected).children("list0-col4").removeAttr("data-td");
127
+ $(".cs-serected").children(".list0-col4").removeAttr("data-td");
128
128
 
129
- $(cs-serected).children("list0-col5").removeAttr("data-td");
129
+ $(".cs-serected").children(".list0-col5").removeAttr("data-td");
130
130
 
131
- $(cs-serected).children("list0-col6").removeAttr("data-td");
131
+ $(".cs-serected").children(".list0-col6").removeAttr("data-td");
132
132
 
133
- $(cs-serected).children("list0-col7").removeAttr("data-td");
133
+ $(".cs-serected").children(".list0-col7").removeAttr("data-td");
134
134
 
135
135
  })
136
136
 
137
137
  ```
138
+
139
+
140
+
141
+ 追記:ご丁寧な回答ありがとうございます。
142
+
143
+ クラス名を指定する時の.は質問する際に書き忘れてしまいました。
144
+
145
+ 大変失礼しました。