通过检查来源,您可以看到:
/**
* 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中没有提到。有什么替代方案,它现在被标记为已弃用?
它不被弃用,你可以在这里查看.submit()
API文档: