gpt4 book ai didi

javascript - 使用动态id提交表单数据

转载 作者:行者123 更新时间:2023-11-28 18:40:08 25 4
gpt4 key购买 nike

我正在尝试提交此表单的数据,该表单有 3 个不同的按钮:

<form action="/game.php?village=8404&amp;screen=market&amp;mode=own_offer&amp;action=modify_offers&amp;h=85fd1491" method="post">
<input class="btn btn-cancel" type="submit" value="Delete" name="delete">
<input type="text" size="2" name="mod_count" value="1" onkeydown="return no_enter(event)">
<input class="btn" type="submit" value="Increase" name="increase">
<input class="btn" type="submit" value="Reduce" name="decrease">
</form>

我想以“增加”相同的方式提交数据,或者单击该提交按钮。理想情况下,我不必复制 form action= 之后出现的 URL,因为这因页面而异。

当表单有明确的id时,我一直在使用:

$('#thisFormId input[type=submit]').click();

但无法解决。

那么在这种情况下我该如何做到这一点?

最佳答案

如果我理解这些问题:

$("input[name=increase]").click();

会触发Increase按钮的点击事件并提交表单,这是你想要的吗?

关于javascript - 使用动态id提交表单数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36254709/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com