zdfs / toscani

This is a jQuery-based, progressively-enhanced solution for creating a single-field credit card input. The idea is to create a more streamlined credit card entry process.
872 stars 102 forks source link

Refactor valid length checks #25

Open bradfrost opened 10 years ago

bradfrost commented 10 years ago

Submitted by @thusoy over at the fork: https://github.com/bradfrost/single-field-cc/pull/6

zdfs commented 10 years ago

Not sure we're going to use this since masking the input is bad for accessibility. I've removed the masking plugin altogether so we can start from scratch and build something more accessible.