Creditly.js – A Sleek Intuitive Credit Card Form
Posted · Category: Forms, MIT License
Creditly.js gives you everything you need in order to create a sleek, intuitive credit card form. Just copy the html, css, and javascript to get an intuitive credit card form in seconds. You get credit card validation using the Luhn algorithm for free.
Whenever an error occurs after you call the validate method on a Creditly object, an event will be triggered on the HTML body element. This event, named creditly_client_validation_error, will contain a data object with the selectors of the inputs that failed validation and also the messages of the failed validation.
Requirements: jQuery Framework
Demo: http://wangjohn.github.io/creditly/
License: MIT License
0 Comments