Skip to content

Instantly share code, notes, and snippets.

@paulRbr
Last active February 1, 2016 12:33
Show Gist options
  • Save paulRbr/dfb43a86aa95dfbf0f8e to your computer and use it in GitHub Desktop.
Save paulRbr/dfb43a86aa95dfbf0f8e to your computer and use it in GitHub Desktop.
Payment card CVV Drivy
<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