質問編集履歴

1

scriptの$(.button)から$(.dataArea)に変更。まちがってました。。

2018/05/24 12:57

投稿

shim1
shim1

スコア46

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  <script type="text/javascript">
46
46
 
47
- $('button).on('click', function(){
47
+ $('dataArea).on('click', function(){
48
48
 
49
49
  var id = $(this).children('input');
50
50