Colorize is a jQuery plugin to add background color to alternate HTML table rows, highlight a row/column on mouse over, and colorize a row/column when you click your mouse button over it. You can colorize as many table rows or columns as you want. A repeat mouse click reverts the row/column to the original background color.
How to use it?
Use it with default options (colorizes a row)
$('#yourTableId').colorize() ;
This jQuery plugin provides scrolling functionality for text-based JavaScript arrays.
Requires jQuery UI - http://ui.jquery.com/download_builder/ - Effect "Slide".
Usage
Declare a JavaScript array:
var arr = ["one", "two", "three", " four"];
Parameters:
Optionally, you can set the scroll speed. The default is 1000 ms.