質問編集履歴

1

エラー内容の再現を追記いたしました

2016/10/06 04:31

投稿

terusan
terusan

スコア13

test CHANGED
File without changes
test CHANGED
@@ -124,7 +124,7 @@
124
124
 
125
125
  $('#sheet td').on('click', function(){
126
126
 
127
- var col = $(this).innerText;
127
+ var col = $(this).text();
128
128
 
129
129
  console.log(col);
130
130