2012-02-20 10 views

答えて

1

できません。代わりに、フォーム内のすべての:submit要素にイベントハンドラをバインドし、そこから作業を行う必要があります。

$(document).on('click', ':submit', function() { 
    // this is the element that was clicked! 
}); 
関連する問題