Ajax Submit -


未知
跨平台
JavaScript

软件简介

Submits forms with XHR. Sends all elements with name-attributes in form to
form’s action using form’s method.

$(‘#my-form’).ajaxSubmit(‘#my-div’); // submits #my-form using XHR and updates

my-div with the response