Unfortunately, a bug crept into the original version that would colorize all the tables on a page, where you wanted it or not. I have fixed the bug, and released a new version of the plugin that has a version number of 1.1.0. Please download it from this page.
Also, you need to call it as follows:
$('#yourTableId').colorize();
Otherwise, if you supply a generic 'table' tag to jQuery, the plugin will be called on all the tables on a page.
Colorize Bug
Unfortunately, a bug crept into the original version that would colorize all the tables on a page, where you wanted it or not. I have fixed the bug, and released a new version of the plugin that has a version number of 1.1.0. Please download it from this page.
Also, you need to call it as follows:
$('#yourTableId').colorize();
Otherwise, if you supply a generic 'table' tag to jQuery, the plugin will be called on all the tables on a page.