回答編集履歴
2
コード追加
test
CHANGED
@@ -3,3 +3,11 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
[:first-child - CSS: カスケーディングスタイルシート \| MDN](https://developer.mozilla.org/ja/docs/Web/CSS/:first-child)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
あるいは、
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
`$(".b").first().text().replace(/[^0-9]/g,'')`
|
1
コード修正
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
`$(".b:first-child").text().replace(/[^0-9]/g,'
|
1
|
+
`$(".b:first-child").text().replace(/[^0-9]/g,'')`
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
[:first
|
5
|
+
[:first-child - CSS: カスケーディングスタイルシート \| MDN](https://developer.mozilla.org/ja/docs/Web/CSS/:first-child)
|