質問するログイン新規登録

回答編集履歴

1

修正

2017/06/15 08:16

投稿

m.ts10806
m.ts10806

スコア80888

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