Skip to content

Instantly share code, notes, and snippets.

@sdeluce
Last active January 4, 2016 02:29
Show Gist options
  • Select an option

  • Save sdeluce/8554846 to your computer and use it in GitHub Desktop.

Select an option

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 ...)
<?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