December 6th in Articles by Schalk .

Scrollable, Zebra Tables With Highlighting Rows With Chromatable and jQuery

A few days ago I had the requirements to add scrollable tables, with a static header, that was also zebra striped and would highlight the current row on hover. I was looking for a scrollable table jQuery plugin already and having played with Chromatable I decided to simply add the missing functionality with the help of jQuery. First we need to download the Chromatable plugin and then add the needed files to our HTML:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta …