Skip to content

Added jsDelivr #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<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>

<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>
<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>

<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>

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

<h3>
<a href="http://www.jsdelivr.com/#!jquery.validation">Latest files on jsDelivr CDN</a> (hotlinking welcome):</h3>
<ul>
<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>
<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>
<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>
<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>
</ul>


<h3>Dependencies</h3>
<h4>Required</h4>
<ul>
Expand All @@ -50,4 +60,4 @@ <h3>Support</h3>
</ul>

<h3>Donate</h3>
<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>
<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>