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

Does Not Work on Firefox #2

Closed
rdetert opened this issue Feb 27, 2015 · 1 comment
Closed

Does Not Work on Firefox #2

rdetert opened this issue Feb 27, 2015 · 1 comment

Comments

@rdetert
Copy link

rdetert commented Feb 27, 2015

You need to set novalidate="true".

for(var f=document.forms,i=f.length;i--;)f[i].setAttribute("novalidate","true");

Now a morbidly obese 80 bytes.

@makeusabrew
Copy link
Owner

Thanks; totally missed #1 but saw this notification. Have merged @catearcher's solution :)

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