kenkeiter / skeuocard

Skeuocard progressively enhances credit card inputs to provide a skeuomorphic interface.
http://kenkeiter.com/skeuocard/
MIT License
3.24k stars 231 forks source link

Fix input sweep #123

Closed cvrabie closed 5 years ago

cvrabie commented 10 years ago

Since skeuocard basically works only for IE10+ we almost always have to provide a good no-js alternative. In order to style the inputs we will often include them in divs or other containers which will be removed by the initialisation JS. Thanks @leek for the fix. This is basically a copy of https://github.com/kenkeiter/skeuocard/commit/a40ece635c70a6a7a6abdfb392d46b1dbd3f3209#diff-0 with the compiled changes included. Refs #103 #101 Fixes #108