gpt4 book ai didi

javascript - 获取表单(Jquery 与 Javascript)

转载 作者:行者123 更新时间:2023-11-28 13:33:36 28 4
gpt4 key购买 nike

相当于什么

document.forms[0].submit();

...是 jquery 格式吗?我知道它看起来类似于:

$("form").submit()

但我不知道如何在不知道id的情况下发送通用表单

最佳答案

由于您的 javascript 代码尝试在页面中提交第一个表单,因此在 jQuery 中您有多种方法来实现它,一种方法是使用 .first() :

Reduce the set of matched elements to the first in the set.

$("form").first().submit()

关于javascript - 获取表单(Jquery 与 Javascript),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23089434/

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