Skip to content

Commit 1610c42

Browse files
jimaekjzaefferer
authored andcommitted
Index: Add jsDelivr links
Closes #8
1 parent 338025a commit 1610c42

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pages/index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p>This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 37 other languages.</p>
66

7-
<p>If you want to support the development of this plugin, <a href="http://pledgie.com/campaigns/18159">please donate to the ongoing pledgie.org campagin</a>.</p>
7+
<p>If you want to support the development of this plugin, <a href="http://pledgie.com/campaigns/18159">please donate to the ongoing pledgie.org campagin</a>.</p>
88

99
<a href="http://www.pledgie.com/campaigns/18159"><img alt="Click here to lend your support to: jQuery Validation Plugin and make a donation" src="http://www.pledgie.com/campaigns/18159.png?skin_name=chrome" border="0" /></a>
1010

@@ -37,6 +37,16 @@ <h3>
3737
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.8/jquery.validate-vsdoc.js">vsdoc file for VisualStudio</a></li>
3838
</ul>
3939

40+
<h3>
41+
<a href="http://www.jsdelivr.com/#!jquery.validation">Latest files on jsDelivr CDN</a> (hotlinking welcome):</h3>
42+
<ul>
43+
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.13.1/jquery.validate.js">http://cdn.jsdelivr.net/jquery.validation/1.13.1/jquery.validate.js</a></li>
44+
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.13.1/jquery.validate.min.js">http://cdn.jsdelivr.net/jquery.validation/1.13.1/jquery.validate.min.js</a></li>
45+
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.13.1/additional-methods.js">http://cdn.jsdelivr.net/jquery.validation/1.13.1/additional-methods.js</a></li>
46+
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.13.1/additional-methods.min.js">http://cdn.jsdelivr.net/jquery.validation/1.13.1/additional-methods.min.js</a></li>
47+
</ul>
48+
49+
4050
<h3>Dependencies</h3>
4151
<h4>Required</h4>
4252
<ul>
@@ -50,4 +60,4 @@ <h3>Support</h3>
5060
</ul>
5161

5262
<h3>Donate</h3>
53-
<a href="http://www.pledgie.com/campaigns/18159"><img style="border: none;" alt="Click here to lend your support to: jQuery Validation Plugin and make a donation at www.pledgie.com !" src="http://www.pledgie.com/campaigns/18159.png?skin_name=chrome" border="0" /></a>
63+
<a href="http://www.pledgie.com/campaigns/18159"><img style="border: none;" alt="Click here to lend your support to: jQuery Validation Plugin and make a donation at www.pledgie.com !" src="http://www.pledgie.com/campaigns/18159.png?skin_name=chrome" border="0" /></a>

0 commit comments

Comments
 (0)