Jquery Zebra Striping


/ Published in: JavaScript
Save to your folder(s)

one line zebra striping for tables using jquery


Copy this code and paste it in your HTML
  1. $("tbody tr:nth-child(even)").addClass("alt");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.