https://github.com/ruanaragao/cccheck
jQuery Credit Card Check
https://github.com/ruanaragao/cccheck
hacktoberfest hacktoberfest2022 javascript jquery jquery-plugin npm-package package yarnpkg
Last synced: about 1 year ago
JSON representation
jQuery Credit Card Check
- Host: GitHub
- URL: https://github.com/ruanaragao/cccheck
- Owner: RuanAragao
- License: mit
- Created: 2016-08-08T20:43:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T03:50:19.000Z (over 4 years ago)
- Last Synced: 2025-04-12T21:18:15.374Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2022, javascript, jquery, jquery-plugin, npm-package, package, yarnpkg
- Language: HTML
- Homepage: https://ruanaragao.github.io/cccheck
- Size: 53.7 KB
- Stars: 4
- Watchers: 3
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# CCCheck - Credit Card Check :credit_card: :heavy_check_mark:
[](https://badge.fury.io/gh/RuanAragao%2Fcccheck)
[](https://badge.fury.io/js/cccheck)
[](https://github.com/RuanAragao/cccheck/issues)
[](https://github.com/RuanAragao/cccheck/network)
[](https://github.com/RuanAragao/cccheck/stargazers)
[](https://github.com/RuanAragao/cccheck/graphs/contributors)
[](https://github.com/RuanAragao/cccheck/blob/master/LICENSE)

## To Use:
- Add CSS link: `cccheck/dist/css/cccheck.css`.
- Add JavaScript link: `cccheck/dist/js/jquery.cccheck.js`.
- You need to have jQuery in your project, of course.
## To Configure:
```java
$(document).ready(function() {
$.cccheck({
// Config local
'input_cc_number' : '#cc-number',
'element_show_label' : '#show-cc-label'
});
})
```
## To Contribute:
1. Fork this repository.
2. `git clone github.com/[you]/cccheck.git`
3. `cd cccheck`
4. `yarn`
5. `yarn watch` (for development) or `yarn build` (for production)
### Files for plugin
- The *scripts* into *./js*
- The *styles* SCSS into *./scss*
- *No* edit *./dist*
### Files non-plugin
For styles and scripts exclusive of the example page, add directory in *index.html*.
## Question / Bug / Idea
[Open an issue](https://github.com/RuanAragao/cccheck/issues)
Made with [contributors-img](https://contrib.rocks).