Last active
February 1, 2016 12:33
-
-
Save paulRbr/dfb43a86aa95dfbf0f8e to your computer and use it in GitHub Desktop.
Payment card CVV Drivy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="relative"> | |
<!-- « autocomple » n'existe pas comme attribut sur l'element <input> en HTML --> | |
<!-- Cf : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autocomplete --> | |
<input id="js_booking_card_cvv" maxlength="4" placeholder="•••" autocomple="off" data-help="cvv" size="4" name="booking[card_cvv]" type="text"> | |
<i class="ico_info_grey info_cvv_ico js_cvv_ico" data-help="cvv"></i> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment