Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kévin Chalet 3bf51e1600 Introduce the first bits of the OpenIddict client 7 years ago
..
demo Introduce the first bits of the OpenIddict client 4 years ago
lib Introduce the first bits of the OpenIddict client 4 years ago
localization Introduce the first bits of the OpenIddict client 4 years ago
test Introduce the first bits of the OpenIddict client 4 years ago
.bower.json Introduce the first bits of the OpenIddict client 4 years ago
.gitattributes Introduce the first bits of the OpenIddict client 4 years ago
.gitignore Introduce the first bits of the OpenIddict client 4 years ago
.travis.yml Introduce the first bits of the OpenIddict client 4 years ago
CONTRIBUTING.md Introduce the first bits of the OpenIddict client 4 years ago
Gruntfile.js Introduce the first bits of the OpenIddict client 4 years ago
README.md Introduce the first bits of the OpenIddict client 4 years ago
additional-methods.js Introduce the first bits of the OpenIddict client 4 years ago
changelog.txt Introduce the first bits of the OpenIddict client 4 years ago
jquery.validate.js Introduce the first bits of the OpenIddict client 4 years ago
package.json Introduce the first bits of the OpenIddict client 4 years ago
todo Introduce the first bits of the OpenIddict client 4 years ago
validation.jquery.json Introduce the first bits of the OpenIddict client 4 years ago

README.md

jQuery Validation Plugin - Form validation made easy

Build Status

The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy.

Help the project

Help the project

This project is looking for help! You can donate to the ongoing pledgie campaign and help spread the word. If you've used the plugin, or plan to use, consider a donation - any amount will help.

You can find the plan for how to spend the money on the pledgie page.

Getting Started

Include jQuery and the plugin on a page. Then select a form to validate and call the validate method.

<form>
	<input required>
</form>
<script src="jquery.js"></script>
<script src="jquery.validation.js"></script>
<script>
$("form").validate();
</script>

For more information on how to setup a rules and customizations, check the documentation.

Contributing

Follow the jQuery style guide, even if existing code doesn't. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

If you've wrote custom methods that you'd like to contribute to additional-methods.js, create a branch, add the method there and send a pull request for that branch.

License

Copyright (c) 2013 Jörn Zaefferer Licensed under the MIT license.