Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>When you create a new ASP.NET MVC 3 Project in Visual studio, your script folder will by default contain among others:</p> <pre><code>jquery-1.5.1.min.js jquery.validate.min.js (which is version 1.8.0) </code></pre> <p>One of the first things you might want to do is update the jquery version to the latest version, which today is version <strong>1.7.1</strong></p> <p>After doing this, your client side <strong>validation will stop working in Internet Explorer 7 and Internet Explorer 8</strong>.</p> <p>This is because the jquery.validate version is <strong>not compatible with jquery versions > 1.6</strong>. The solutions is simple, you need to update your version of jquery.validate as well.</p> <p>You can find the current version 1.9 from Microsoft’s CDN or the latest version from GitHub here:</p> <blockquote> <p>Microsoft Ajax CDN: <a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js</a></p> <p>GitHub Jquery Validation: <a href="https://github.com/jzaefferer/jquery-validation/downloads">https://github.com/jzaefferer/jquery-validation/downloads</a></p> </blockquote> <p>Remember that you can always find the latest javascript library in Microsofts CDN, see the complete list of available libraries here: <a href="http://www.asp.net/ajaxlibrary/cdn.ashx">http://www.asp.net/ajaxlibrary/cdn.ashx</a></p> <p>This information is from my <a href="http://blog.degree.no/2012/01/jquery-validation-not-working-in-ie7-and-ie8/">blog post</a> about this problem</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload