Posts Tagged ‘Javascript’

Better Zebra Tables March 15th, 2009
by Munazza

In large tables it’s often hard to focus on one row, making it hard to extract data from the table. There are various scripts (client–side as well as server–side) floating around the net that provide the ability to style odd/even table–rows to aid readability of tabular data. If you’re not interested in how this works [...]