0
kicks
ASP.NET MVC & jQuery Part 2: Zebra Striping
This is the 2nd blog post in a series taken from a recent presentation I gave at CodeStock. The previous blog posts are available here...ASP.NET MVC & jQuery Part 1: Adding jQuery Intellisense to VS 2008
Probably one of the coolest things you learn (if you haven’t already) after picking up jQuery is realizing how easy it is to add zebra striping to your tables (alternating row color shading) as demonstrated in the following picture.
Before I knew jQuery I used to write code the like the following in ...