Jquery中文网 www.jquerycn.cn
Jquery中文网 >  jQuery  >  jQuery 插件  >  正文 Ajax Submit

Ajax Submit

发布时间:2014-05-18   编辑:www.jquerycn.cn
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...
[关闭]