回答編集履歴

1

修正

2016/11/03 05:03

投稿

hiim
hiim

スコア1689

test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  $("#insert").click(function(){
88
88
 
89
- $('#listParent').append('<ons-list-item modifier="tappable" id="list6">Tap Me</ons-list-item>');
89
+ $('#listParent div').append('<ons-list-item modifier="tappable" id="list6">Tap Me</ons-list-item>');
90
90
 
91
91
  });
92
92