Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up提交按钮支持标准的formnovalidate属性 #136
Comments
niceue
added this to the 0.8.0 milestone
Jul 6, 2014
niceue
added
feature
labels
Jul 6, 2014
niceue
closed this
in
ff0fa0d
Jul 6, 2014
niceue
added
the
new
label
Jul 12, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
niceue commentedJul 6, 2014
之前因为
formnovalidate
在IE6/7/8下存在兼容性问题,于是采用了novalidate属性,但是在HTML5的标准里面,表单的提交按钮是支持formnovalidate
属性。v0.8.0
开始只支持formnovalidate
用法如下:
提交按钮添加
formnovalidate
属性后,点击该按钮时将不执行本次验证