Skip to content

noshaad/NbeForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NbeForm

Just a simple form validator just remember jquery.input.mask is a must use thing here

Documention

For requiring Input:

just add nbeReq to the input (as attribute)

For email Input:

just add type="email" to the input (as attribute)

For Inputs that must have same value (like password and confirm password):

just add nbeSame="anyText" to Both input (as attribute) remember "anyText" must be same on both

For USA phone Numner Input:

just add type="usphone" to the input (as attribute)

For determine the requerd exact length of Input not more not less:

just add nbelen="a Number(like 5)" to the input (as attribute)

For determine the credit cart Input

just set type of input like type="creditCard"

For determine the credit cart Date

just set type of input like type="CCDate"

For determine the credit cart CCV

just set type of input like type="CCCV"

Releases

No releases published

Packages

No packages published

Languages