We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Olton!
Example code at
https://codepen.io/TorakikiSan/pen/EeyWmp
When the second entered value (MACHINE2) is checked, the program hangs on the "notequals", no error is generated.
After "notequals=" I tried both with the ID of the first field and with name, but in both cases it stuck.
Thanks
The text was updated successfully, but these errors were encountered:
this function works only inside a form.
From validator source
if (['compare', 'equals', 'notequals'].indexOf(f) > -1) { a = input[0].form.elements[a].value; }
Sorry, something went wrong.
Validator: fixed functions compare, equals, notequals to work n…
compare
equals
notequals
6703e5d
…ot inside a form, issue #1542
Great! As usual!
Thank's!
ec271aa
No branches or pull requests
Hi Olton!
Example code at
https://codepen.io/TorakikiSan/pen/EeyWmp
When the second entered value (MACHINE2) is checked, the program hangs on the "notequals", no error is generated.
After "notequals=" I tried both with the ID of the first field and with name, but in both cases it stuck.
Thanks
The text was updated successfully, but these errors were encountered: