远程表单:通过AJAX轻松提交表单 源码
远程形式 可以通过AJAX提交表单的功能。 如果form方法是所有其他方法的GET和FormData ,则该函数将使用window.fetch基于表单进行请求,并将有效载荷编码为URL参数。 回调函数中提供了request对象,允许在发送请求之前修改标头和正文。 安装 $ npm install --save @github/remote-form 用法 import { remoteForm } from '@github/remote-form' // Make all forms that have the `data-remote` attribute a remote form.
用户评论