回答編集履歴

1

修正

2017/06/15 08:16

投稿

m.ts10806
m.ts10806

スコア80888

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
  ```