Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jQuery Validation Plugin

NotificationsYou must be signed in to change notification settings

rusongyu/jquery-validation

 
 

Repository files navigation

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

This project is looking for help!You can donate to the ongoing pledgie campaignand 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 thepledgie page.

Getting Started

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

<form><inputrequired></form><scriptsrc="jquery.js"></script><scriptsrc="jquery.validation.js"></script><script>$("form").validate();</script>

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

Reporting an Issue

  1. Make sure the problem you're addressing is reproducible.
  2. Usehttp://jsbin.com orhttp://jsfiddle.net to provide a test page.
  3. Indicate what browsers the isssue can be reproduced in.
  4. What version of the plug-in is the issue reproducable in. Is it reproducable after updating to the latest version.

Contributing

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

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 ZaeffererLicensed under the MIT license.

About

jQuery Validation Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp