gpt4 book ai didi

jQuery.submit 从 3.3 开始已被弃用,替代方案是什么?

转载 作者:行者123 更新时间:2023-12-01 06:21:41 24 4
gpt4 key购买 nike

通过查看来源你可以看到:

/**
* Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
*
* @param handler A function to execute each time the event is triggered.
* @see {@link https://api.jquery.com/submit/}
* @since 1.0
* @deprecated 3.3
*/

但是 jQuery 博客 here 中似乎没有提到这一点。现在它已被标记为已弃用,有什么替代方案吗?

最佳答案

您可以使用.on

$(selector).on("submit", callback)

欲了解更多信息,请访问 http://api.jquery.com/on/

关于jQuery.submit 从 3.3 开始已被弃用,替代方案是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49038654/

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