回答編集履歴

1

修正

2017/06/07 06:18

投稿

yambejp
yambejp

スコア114839

test CHANGED
@@ -24,7 +24,9 @@
24
24
 
25
25
  var arr=[];
26
26
 
27
- $.each($('#t1 tr:has(:checked)').find('td:nth-child(3)'),function(){
27
+ $('#t1 tr:has(:checked)').find('td:nth-child(3)').each(function(){
28
+
29
+ /*気持ちが悪いのでちょっとだけなおしました*/
28
30
 
29
31
  arr.push($(this).text());
30
32