質問編集履歴

1

class名の誤りを修正

2015/12/18 01:40

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -32,9 +32,9 @@
32
32
 
33
33
  var i = 0;
34
34
 
35
- $('.slideForm').each(function(i) {
35
+ $('.hoge').each(function(i) {
36
36
 
37
- $(this).attr('id', "slideForm_0"+ i);
37
+ $(this).attr('id', "hoge_0"+ i);
38
38
 
39
39
  });
40
40