Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use $('#id').submit();? #31

Closed
saosangmo opened this issue Jun 26, 2024 · 2 comments
Closed

How can I use $('#id').submit();? #31

saosangmo opened this issue Jun 26, 2024 · 2 comments

Comments

@saosangmo
Copy link

hello,
How can I use the shortest code like this:

$('#id').submit();

thanks

@stefangabos
Copy link
Owner

this?

$('#id').trigger('submit')

@saosangmo
Copy link
Author

Thanks Stefan. It work perfectly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants