Skip to content

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

License

Notifications You must be signed in to change notification settings

logicoim/jquery.formance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 65.8%
  • HTML 26.5%
  • CSS 6.3%
  • JavaScript 1.4%