質問編集履歴
1
scriptの$(.button)から$(.dataArea)に変更。まちがってました。。
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<script type="text/javascript">
|
46
46
|
|
47
|
-
$('
|
47
|
+
$('dataArea).on('click', function(){
|
48
48
|
|
49
49
|
var id = $(this).children('input');
|
50
50
|
|