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

re-check form after ajax selecting #63

Closed
maxisoft-git opened this issue Nov 15, 2013 · 3 comments
Closed

re-check form after ajax selecting #63

maxisoft-git opened this issue Nov 15, 2013 · 3 comments

Comments

@maxisoft-git
Copy link

tell me how to re-check the form after ajax selecting values ​​for the input fields

@chall8908
Copy link
Contributor

if you have access to all the updated fields, call the change method on them. This will trigger their checks.
E.g $('.changed-input').change();

@maxisoft-git
Copy link
Author

Thanks for the help, made another $('#form input').trigger('change') too many fields to describe each

@casperin
Copy link
Owner

:)

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

3 participants