提交不在表单标签中的输入值
你好 我正在使用 Jquery 我有很多输入字段,但它们不在
它必须是简单的提交而不是ajax
谢谢
Hi
i'm using Jquery
and i have many input fileds but they are not in <form>
tag
How can i submit the fields value?
It must bu simple submit not ajax
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想使用浏览器的提交而不使用 XHR,则需要将输入元素包装在表单中并提交。
If you want to use the browser's submit and not use XHR, you'll need to wrap the input elements in a form and submit it.