HTML5 input validation doesn't work in IE8

前端 未结 4 1003
小鲜肉
小鲜肉 2020-12-16 06:00

Hello kind people of the internet, I\'ve been hacking at this for a while...and have seen several similar postings, but I can\'t seem to figure this out:

The HTML5 i

4条回答
  •  無奈伤痛
    2020-12-16 06:41

    I think, what you are still missing, is a html5 polyfill for the field validation. You could use for example: http://ericleads.com/h5validate/

    More polyfills can be found under: https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills

提交回复
热议问题