jquery-creditcardvalidator:jQuery信用卡验证和检测插件

时间:2024-03-11 22:47:38
【文件属性】:

文件名称:jquery-creditcardvalidator:jQuery信用卡验证和检测插件

文件大小:36KB

文件格式:ZIP

更新时间:2024-03-11 22:47:38

JavaScript

jQuery信用卡验证器 jQuery Credit Card Validator检测并验证信用卡号。 它会告诉您检测到的信用卡类型以及号码长度和Luhn校验和对该卡类型是否有效。 安装 NPM npm i jquery-creditcardvalidator 下载 下载最新的 。 最新的稳定版本始终在。 如果需要以前的版本,可以在上找到它们。 不要使用以外的任何分支。 以release/开头的分支是开发分支,它们很可能会被破坏。 如何使用 每次字段值更改时运行验证: $ ( '#cc_number' ) . validateCreditCard ( function ( result ) { if ( result . valid ) { $ ( this ) . addClass ( 'cc-valid' ) ; } else {


【文件预览】:
jquery-creditcardvalidator-master
----trie.coffee(659B)
----example()
--------index.html(768B)
----package.json(815B)
----gulpfile.coffee(549B)
----tests()
--------index.html(8KB)
--------lib()
----jquery.creditCardValidator.coffee(5KB)
----CONTRIBUTING.md(1KB)
----LICENSE.md(1KB)
----.gitignore(46B)
----jquery.creditCardValidator.js(9KB)
----CHANGELOG.md(3KB)
----README.md(2KB)
----bower.json(963B)
----range.coffee(758B)

网友评论