回答編集履歴

1

動作しない、のコメントを消し忘れ

2018/03/21 07:56

投稿

maisumakun
maisumakun

スコア145199

test CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  // onの中身だけ
8
8
 
9
- $('#'+add_div[i]).on('DOMSubtreeModified propertychange', function() {//作動しない
9
+ $('#'+add_div[i]).on('DOMSubtreeModified propertychange', function() {
10
10
 
11
- $(this).children('div').eq(0).attr('id',add_div[i]+'div');//作動しない
11
+ $(this).children('div').eq(0).attr('id',add_div[i]+'div');
12
12
 
13
13
  });
14
14