| name | language | licence |
|---|---|---|
| TYPO3 : astuces backoffice | Other | Other |
| TYPO3 : calendar ext notes | Other | Other |
| TYPO3 : restitution de contenu | Other | Other |
| TYPO3 : styles.content.getLeft, etc... | Other | Other |
| TYPOGRAPHIE : conseils, bonnes pratiques | Other | Other |
| DESIGN : Conseils, bonnes pratiques | Other | Other |
| VALIDATIOUS : Notes | Other | Other |
| JS : syntaxe ternaire | JS-JQuery | Other |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >
language: Other
licence: Other
VALIDATIOUS : Notes
options: view full snippet • send to code collector
Validatious 2.0 : #confirmation-of #permet de dire que ce qui sera saisi dans un champs texte doit etre la confirmation d'un autre champs (exemple : champs de confirmation d'un mot de passe ou d'un email) : #exemple d'utilisation : <input class="required" name="password" type="password" /> <input class="required confirmation-of_<name_of_the_field_to_confirm>" name="confirm-password" type="password" />



library
html (48)