質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,4 +28,8 @@
|
|
28
28
|
TypeError: Cannot read property 'num' of undefined
|
29
29
|
at HTMLTableElement.clickCell
|
30
30
|
*/
|
31
|
-
```
|
31
|
+
```
|
32
|
+
|
33
|
+
### 追記
|
34
|
+
当初の予定とは異なりますが、
|
35
|
+
e.target.getAttribute('data-num');で取得できました。しかし文字列の追加する方法が分かりません。
|