)jqueryの機能アヤックス()フォームの送信エラー
function submitForm()
{
$("#quiz").ajaxForm({
target: '#result',
type: 'post',
beforeSubmit: before_submit,
success: showResponse
}).submit();
}
問題は、私は二回クリックすると、フォームは、すなわち第二の試みに提出しますです。
submitForm関数を呼び出す場所と時刻を教えてください。 –