回答編集履歴
1
修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
クラス名の指定をするのでしたらクラス名の前に「.」が必要ですね。
|
2
2
|
```
|
3
|
-
$(cs-serected).children(".list0-col2").removeAttr("data-td");
|
3
|
+
$('.cs-serected').children(".list0-col2").removeAttr("data-td");
|
4
4
|
```
|