Last active
January 4, 2016 02:29
-
-
Save sdeluce/8554846 to your computer and use it in GitHub Desktop.
Ajouter une class odd et even sur un élément qui se répète (Commentaire, article de blog ...)
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
| <?php echo 'class="'.<?php ($c++%2==1) ? 'odd' : 'even'.'"'; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment