document.observe('dom:loaded', function() {
    var tObjs = document.getElementsByTagName('table');
    for (var x = 0; x < tObjs.length; x++) {
...

JavaScript Highlight the table row on ...

by Danny Peck, May 26, 2009 14:38, 7 refactorings, tagged with javascript, table, highlighting

A fairly common thing to do...

8f5553306c2cf7f4b14153f6117f8e9b Talk