Home  >  Article  >  Web Front-end  >  javascript Zifa FormValid 0.1 form validation code package download_form effects

javascript Zifa FormValid 0.1 form validation code package download_form effects

WBOY
WBOYOriginal
2016-05-16 19:12:481164browse

Introduction: The form verification function can be realized completely through HTML without writing a JS program. It can support multi-condition verification of a form component
It has nothing to do with the server program and is completely client-side.

How to use: Add onsubmit="return validator(this)" to the form to be validated
Set, valid (validation rule), errmsg (prompt message) in the form component to be validated, Multiple verifications use | all separated!

Validation rule parameters:

Copy code The code is as follows:

required Required
isEmail must be in Email format
eqaul Whether the comparison value with another component is the same, the compared component name is added to the component with the attribute eqaulName
gt Whether the comparison value with another component is greater than another component Value, the compared component name is added to the component with the attribute eqaulName.
isNumber is a number.
isInt is an integer.
isTime is a time format.
isDate is a date format.
Next The version will add content, customize message prompts, and customize callback functions.
Local package file download
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn