远程表单:通过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.
文件列表
remote-form-main.zip
(预估有个15文件)
remote-form-main
package.json
1KB
.eslintrc.json
649B
.github
workflows
nodejs.yml
321B
test
test.js
4KB
karma.config.js
1KB
LICENSE
1KB
暂无评论