回答編集履歴
1
修正
test
CHANGED
@@ -2,6 +2,6 @@
|
|
2
2
|
|
3
3
|
```
|
4
4
|
|
5
|
-
$(cs-serected).children(".list0-col2").removeAttr("data-td");
|
5
|
+
$('.cs-serected').children(".list0-col2").removeAttr("data-td");
|
6
6
|
|
7
7
|
```
|