質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
消したい要素
|
8
8
|
```ここに言語を入力
|
9
9
|
<div title="publish">
|
10
|
-
<img alt="" src=/icons/red-dot.png">
|
10
|
+
<img alt="" src="/icons/red-dot.png">
|
11
11
|
</div>
|
12
12
|
|
13
13
|
```
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,4 +28,8 @@
|
|
28
28
|
});
|
29
29
|
});
|
30
30
|
|
31
|
-
```
|
31
|
+
```
|
32
|
+
|
33
|
+
もしくは、title="publish"の要素があった場合に、その要素にidかclass要素を追加する方法などはありますでしょうか。
|
34
|
+
|
35
|
+
宜しくお願い致します。
|