Do I need jQuery validation for simple input field required / not required checks if I am using the very latest IE, Firefox and Chrome browsers?
Is there any advantage to my using jQuery if I do not need older browser support with my ASP MVC3 application?
There is no need for jQuery validation if you are using the latest browsers which support the HTML 5
requiredattribute.Why include an extra script if the browser can handle it for you?