Fork me on GitHub

jQuery.bank Build and validate bank account forms.


Bank accounts aren't normally associated with words like fun, easy, simple! Developers don't normally have a good time working with them. But we've made validations a little bit easier:

It makes it dead simple to set input restrictions and validate before submitting forms.

//To set front-end input restrictions:
$input.bank('RoutingTransitNumber', 'US');

//To validate before submitting a form:
$input.toggleClass('valid', $.bank.validate('RoutingTransitNumber', 'US', $input.val()));

Go build some awesome bank account forms.