Skip to content

Commit 98854cc

Browse files
committed
Index: Update CDN links und add package manager hints
1 parent 9f7422f commit 98854cc

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pages/index.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,20 @@ <h3>Files:</h3>
2121
<a href="https://github.com/jzaefferer/jquery-validation">GitHub Repository</a>
2222
<a href="https://github.com/jzaefferer/jquery-validation/tree/1.12.0">GitHub 1.12.0 Tag</a>
2323

24-
<a href="http://www.asp.net/ajaxLibrary/CDNjQueryValidate1111.ashx">1.11.1 files on Microsoft's Ajax CDN</a> (hotlinking welcome; will be updated once 1.12.0 is available):
24+
<h3>Installation via Package Managers</h3>
2525
<ul>
26-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.js</a></li>
27-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js</a></li>
28-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/additional-methods.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/additional-methods.js</a></li>
29-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/additional-methods.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/additional-methods.min.js</a></li>
30-
<li>Localization Files at http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/localization/messages_##.js where ## is the loc code.</li>
26+
<li>Bower: <code>bower install jquery.validation</code></li>
27+
<li><a href="https://www.nuget.org/packages/jquery.validation">NuGet</a>: <code>Install-Package jQuery.Validation</code></li>
28+
</ul>
29+
30+
<h3>
31+
<a href="http://www.asp.net/ajaxlibrary/CDNjQueryValidate1120.ashx">1.12.0 files on Microsoft's Ajax CDN</a> (hotlinking welcome):</h3>
32+
<ul>
33+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.js</a></li>
34+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.min.js</a></li>
35+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.js</a></li>
36+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.min.js</a></li>
37+
<li>Localization Files at http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/localization/messages_##.js where ## is the loc code.</li>
3138
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.8/jquery.validate-vsdoc.js">vsdoc file for VisualStudio</a></li>
3239
</ul>
3340

0 commit comments

Comments
 (0)