mkaatman / jquery.formance

A jQuery library for formatting and validating form fields, based on Stripe's jQuery.payment library.

Home Page:omarshammas.github.io/formancejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery.formance

Bringing romance back .... to forms

Formance.js is a jQuery library for formatting and validating form fields, based on / inspired by Stripe's jQuery.payment library.

Client side validation is not sufficient in any project because the javascript can be bypassed and people can submit requests directly to the server. However, that doesn't mean client side validation should be forgotten. This library is for those who care about the user experience.

Demo

You can find a full demo [here] (http://omarshammas.github.io/formancejs).

Or you can run the demo locally

git clone git@github.com:omarshammas/jquery.formance.git
cd jquery.formance/demo
python -m SimpleHTTPServer

Open a browser and go to localhost:8000/formancejs.html.

Getting Started

Read this wiki article on how to get started

Fields

Wiki

Please see the Formance Wiki for more information.

Contributing

Contributions are more than welcome. Please read this to see how to contribute your own field. Together we can make this a solid library, and hopefully a friendlier web.

License

Please see LICENSE for licensing details.

Author

Omar Shammas, @omarshammas, http://omarshammas.com and many other wonderful contributors.

About

A jQuery library for formatting and validating form fields, based on Stripe's jQuery.payment library.

omarshammas.github.io/formancejs

License:Other


Languages

Language:CoffeeScript 65.8%Language:HTML 26.5%Language:CSS 6.3%Language:JavaScript 1.4%