回答編集履歴
1
情報の追加。
answer
CHANGED
@@ -5,4 +5,7 @@
|
|
5
5
|
const i = $('input',this).data('id')
|
6
6
|
console.log(i)
|
7
7
|
})
|
8
|
-
```
|
8
|
+
```
|
9
|
+
|
10
|
+
【jQuery() | jQuery API Documentation】
|
11
|
+
[https://api.jquery.com/jQuery/#jQuery-selector-context](https://api.jquery.com/jQuery/#jQuery-selector-context)
|