RuanAragao / cccheck

jQuery Credit Card Check
https://ruanaragao.github.io/cccheck
MIT License
4 stars 18 forks source link
hacktoberfest hacktoberfest2022 javascript jquery jquery-plugin npm-package package yarnpkg

CCCheck - Credit Card Check :credit_card: :heavy_check_mark:

GitHub version npm version GitHub issues GitHub forks GitHub stars GitHub contributors GitHub license

image

To Use:

To Configure:

$(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

Files non-plugin

For styles and scripts exclusive of the example page, add directory in index.html.

Question / Bug / Idea

Open an issue

Contributors

Made with contributors-img.