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

質問編集履歴

1

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

2018/05/24 12:57

投稿

shim1
shim1

スコア46

title CHANGED
File without changes
body CHANGED
@@ -21,7 +21,7 @@
21
21
  </s:form>
22
22
 
23
23
  <script type="text/javascript">
24
- $('button).on('click', function(){
24
+ $('dataArea).on('click', function(){
25
25
  var id = $(this).children('input');
26
26
  id.attr('name', 'submitId');
27
27