teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

class名の誤りを修正

2015/12/18 01:40

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -15,8 +15,8 @@
15
15
  ```jQuery
16
16
  $(function() {
17
17
  var i = 0;
18
- $('.slideForm').each(function(i) {
18
+ $('.hoge').each(function(i) {
19
- $(this).attr('id', "slideForm_0"+ i);
19
+ $(this).attr('id', "hoge_0"+ i);
20
20
  });
21
21
  });
22
22
  ```