回答編集履歴
1
修正 tableのIDが必要か
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
HTMLも全て提示されないと何とも言えませんが
|
2
2
|
```js
|
3
|
-
console.log($($('.data.cell')[0]).text());
|
3
|
+
console.log($($('#dataDisplayTable .data.cell')[0]).text());
|
4
4
|
```
|