回答編集履歴
1
修正 tableのIDが必要か
test
CHANGED
@@ -2,6 +2,6 @@
|
|
2
2
|
|
3
3
|
```js
|
4
4
|
|
5
|
-
console.log($($('.data.cell')[0]).text());
|
5
|
+
console.log($($('#dataDisplayTable .data.cell')[0]).text());
|
6
6
|
|
7
7
|
```
|