Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 381 Bytes

goals.md

File metadata and controls

7 lines (6 loc) · 381 Bytes

Goals

  • Fill the data in .credit-card-box, took from the ViewState
  • When the #card-ccv field is focused, add class .hover to .credit-card-box (remove it on blur)
  • Focus the next input when it's filled (if val.length > 3 then next.focus)
  • Make sure one can only type numbers
  • Make the submit button actually working, i.e. save the data somewhere remotely