I can't get jQuery Colorize plugin to work when my table has a CSS class attribute, as well as an ID. I'm using jQuery tablesorter, so I have to give my table a class attribute of .tablesorter in order for the various CSS values that come with tablesorter to work correctly: e.g . If I remove the class .tablesorter, colorize works, but I need this class in the markup for jQuery tablesorter. Is there any way around this?
Doesn't work if the table has a class though
I can't get jQuery Colorize plugin to work when my table has a CSS class attribute, as well as an ID. I'm using jQuery tablesorter, so I have to give my table a class attribute of .tablesorter in order for the various CSS values that come with tablesorter to work correctly: e.g . If I remove the class .tablesorter, colorize works, but I need this class in the markup for jQuery tablesorter. Is there any way around this?