Skip to content

Use https #34

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

Merged
merged 3 commits into from
Apr 13, 2017
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion LICENSE-MIT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright (c) 2013 Jörn Zaefferer, http://bassistance.de/

This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
and logs, available at http://github.com/jzaefferer/jqueryvalidation-content
and logs, available at https://github.com/jquery-validation/jqueryvalidation-content

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion entries/remote-method.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<signature>
<argument name="options" type="Object">
<desc>
For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see <a href="http://api.jquery.com/jQuery.ajax">jQuery.ajax</a> for details.
For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see <a href="https://api.jquery.com/jQuery.ajax">jQuery.ajax</a> for details.
<p>These options deep-extend the defaults (<code>dataType:"json", data:{nameOfTheElement:valueOfTheElement}</code>). Any options you provide will override the defaults.</p>
</desc>
</argument>
Expand Down
4 changes: 2 additions & 2 deletions entries/unchecked-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</signature>
<desc>Selects all elements that are unchecked.</desc>
<longdesc>
Inversion of <a href="http://api.jquery.com/checked">:checked</a>.
Inversion of <a href="https://api.jquery.com/checked">:checked</a>.
</longdesc>
<example>
<desc>Finds all input elements that are unchecked.</desc>
Expand Down Expand Up @@ -35,4 +35,4 @@ div { color:red; }
]]></html>
</example>
<category slug="selectors"/>
</entry>
</entry>
4 changes: 2 additions & 2 deletions entries2html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
&lt;body&gt;
&lt;form id=&quot;myform&quot;&gt;<xsl:copy-of select="html/text()"/>&lt;/form&gt;
&lt;script src="https://code.jquery.com/jquery-1.11.1.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.jsdelivr.net/jquery.validation/1.15.0/additional-methods.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js"&gt;&lt;/script&gt;
&lt;script&gt;
// just for the demos, avoids form submit
jQuery.validator.setDefaults({
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"title": "jQuery Validation Plugin site content",
"description": "Site content for the jQuery Validation Plugin",
"version": "1.0.0",
"homepage": "http://http://jqueryvalidation.org/",
"homepage": "https://jqueryvalidation.org/",
"author": {
"name": "Jörn Zaefferer (http://bassistance.de/)"
},
"repository": {
"type": "git",
"url": "git://github.com/jzaefferer/jqueryvalidation-content.git"
"url": "git://github.com/jquery-validation/validation-content.git"
},
"bugs": {
"url": "https://github.com/jzaefferer/jqueryvalidation-content/issues"
"url": "https://github.com/jquery-validation/validation-content/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
"url": "https://opensource.org/licenses/MIT"
}
],
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pages/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

There are several ways for you to contribute to this plugin:

* Help [with the code](https://github.com/jzaefferer/jquery-validation/). Fix bugs, propose features, translate messages and methods...
* Help [with the site content](https://github.com/jzaefferer/validation-content). Improve API documentation, examples, references...
* Help [with the site theme](https://github.com/jzaefferer/validation-theme). This is a WordPress theme that still needs a lot of improvements.
* Help [with the code](https://github.com/jquery-validation/jquery-validation/). Fix bugs, propose features, translate messages and methods...
* Help [with the site content](https://github.com/jquery-validation/validation-content). Improve API documentation, examples, references...
* Help [with the site theme](https://github.com/jquery-validation/validation-theme). This is a WordPress theme that still needs a lot of improvements.

The majority of contributions can be viewed under [jQuery's contribute site](http://contribute.jquery.org/) - the style guides et al apply to this project as well.
The majority of contributions can be viewed under [jQuery's contribute site](https://contribute.jquery.org/) - the style guides et al apply to this project as well.