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

alokito/jquery-validation

 
 

Repository files navigation

jQuery Validation Plugin - Form validation made easy

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

Downloading the prebuilt files

Prebuilt files can be downloaded fromhttp://jqueryvalidation.org/

Downloading the latest changes

The unreleased development files can be obtained by:

  1. Downloading or Forking this repository
  2. Setup the build
  3. Rungrunt to create the built files in the "dist" directory

Including it on your page

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.validate.js"></script><script>$("form").validate();</script>

Alternatively include jQuery and the plugin via requirejs in your module.

define(["jquery","jquery.validate"],function($){$("form").validate();});

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

Reporting an Issue

IMPORTANT NOTE ABOUT EMAIL VALIDATION. As of version 1.12.0 this plugin is using the same regular expression that theHTML5 specification suggests for browsers to use. We will follow their lead and use the same check. If you think the specification is wrong, please report the issue to them.

  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 issue can be reproduced in.Note: IE Compatibilty modes issues will not be addressed.
  4. What version of the plug-in is the issue reproducible in. Is it reproducible after updating to the latest version.

Contributing

See theContributing Guide

License

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

About

jQuery Validation Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript87.4%
  • CSS11.7%
  • PHP0.9%

[8]ページ先頭

©2009-2025 Movatter.jp