Jquery Form Verification Plugin-easy to use and clear

Source: Internet
Author: User

Today, form verification is required for projects. So I found this very good jquery Form Verification plug-in on the Internet. Now I will share it with you: Usage: 1. download the zip package from githup. decompress the file 3. import the following file in the js folder in your project: jquery. js, jquery. validationEngine. js, jquery. validationEngine-zh_CN.js (Chinese resource file) [html] <script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type = "text/javascript"> </script> <script src = "js/jquery. validationEngine_CN.js "type =" text/javascript "charset =" UTF-8 "> </script> <script src =" js/jquery. validationEngine. js "type =" text/javascript "charset =" UTF-8 "> </script> 4. import the css file [html] <link rel = "stylesheet" href = "css/validationEngine.jquery.css" type = "text/css"/> 5 to your project. add verification [html] <input value = "someone@nowhere.com" class = "validate [required]" type = "text" name = "email" id = "email"/> in the form 6. add the initialization js script [html] <script> $ (document ). ready (function () {$ ("# formID "). validationEngine (); // formID is the form id}); </script> 7. run, the effect is as follows:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.