Friday, January 13, 2012

jQuery.Colorize 1.7.0

A new version of jQuery.Colorize plugin is available here.

The latest version number is 1.7.0.
This version features a faster load time when the 'rows' option is used.

A plugin demo can be found here.

To use the plugin you need a reference to jQuery library, and the following JavaScript statement:

$(document).ready(function(){
     $('#myTableId').colorize(); }
);

This statement uses default options. Other options are listed in this post.

No comments:

Post a Comment