Jquery Validation Error In Asp.net Mvc - Unable To Get Value Of Property 'call' : Object Is Null Or Undefined
I'm trying to do some validation checks on the client side but my ASP.NET MVC application fails even before opening the index page. I get the error Microsoft Jscript runtime error:
Solution 1:
Thanks to Slicksim
"I believe i have seen this when using jquery > 1.9 with asp.net mvc. try installing jquery 1.8.2 and see if that solves it. i think there is an issue with the unobtrusive ajax or validator with the new version of jquery – Slicksim Apr 2 at 10:30"
That is the solution. Go to a previous Jquery.
Post a Comment for "Jquery Validation Error In Asp.net Mvc - Unable To Get Value Of Property 'call' : Object Is Null Or Undefined"