为了账号安全,请及时绑定邮箱和手机立即绑定

html5 的formaction 是怎么工作的?

html5 的formaction 是怎么工作的?

慕雪6442864 2018-12-07 10:15:47
准备用pjax做submit提交,但是pjax不支持html5的formaction<form action="REPLACEBYSCRIPT">    ...    <button type="submit" formaction="search" /></form>$(document).on('submit', 'form', function(event) {    options.url = ??? //这里我怎么样才能拿到formaction的值    $.pjax.submit(event, '#pjax-container',options);});别人提的解决方案,表示不行呀。链接
查看完整描述

1 回答

?
明月笑刀无情

TA贡献1828条经验 获得超4个赞

options.url = $("button[type=submit]").attr("formaction");

// 仿照github上

options.url = $("button[type=submit][formaction]:focus", $(this)).attr("formaction");


查看完整回答
反对 回复 2019-01-14
  • 1 回答
  • 0 关注
  • 499 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信