Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: jQueryを使用してフォームを送信する
$('#form')
フォームのjQueryオブジェクトが使用可能であると仮定します。
$('#form').submit();
多くのフォームajaxeryを行う場合は、このプラグインに興味があるかもしれません。フォームをドキュメントの準備ができた状態で配線すると、ajaxingが処理されます。
$('#form').ajaxForm();