JQuery Validate - Not Working in IE 7 (No Console Errors)
Hello,
I work for a company that, by default, renders Intranet pages in IE 10 Compatibility view - Document IE 7 Standards, and I am developing an application that needs to work with IE 7.
It's a simple form that I decided to use JQuery Validate for to verify fields are not empty, etc.
The script works with no problem in IE 10, IE 9, and even IE 8 (although I had to downgrade to JQuery 1.5 for this and the validate plugin to 1.8.1). However, in IE 7, upon attempting to submit, no fields that are empty get highlighted and the form does not submit, it simply does nothing on form submit.
Console returns absolutely no errors either.
Has anyone experienced this? I've tried absolutely everything I can think of to get this working, and I am only seconds away from scrapping the entire plugin and writing my own script for this particular application.