I have html5 form validation, It works fine in chrome and firefox but not in IE. I prefer HTML5 than jquery because its simple to use. Is there any workaround to make the validation work in IE.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IE < 10 is not compliant with HTML5, IE10+ or Edge is the only one that will have full support for HTML5.
I guess you should stay with jQuery for a while.