Just a simple form validator just remember jquery.input.mask is a must use thing here
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 Inputjust set type of input like type="creditCard"
For determine the credit cart Datejust set type of input like type="CCDate"
For determine the credit cart CCVjust set type of input like type="CCCV"