Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Created April 30, 2016 04:05
Show Gist options
  • Save rcdexta/d30e08ba34764f23403e36c1df97c2b0 to your computer and use it in GitHub Desktop.
Save rcdexta/d30e08ba34764f23403e36c1df97c2b0 to your computer and use it in GitHub Desktop.
new Card({
form: 'form',
container: '.card',
formSelectors: {
numberInput: 'input[name=number]',
expiryInput: 'input[name=expiry]',
cvcInput: 'input[name=cvv]',
nameInput: 'input[name=name]'
},
width: 390, // optional — default 350px
formatting: true
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment