User login

Colorize - jQuery Table Plugin - 2.0.0

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() ;

Optional parameters:

SimpleScroll jQuery Plugin

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:

  • Array to scroll through
  • Scroll container id
  • 'Previous' navigation button id
  • 'Next' navigation button id

Optionally, you can set the scroll speed. The default is 1000 ms.

Syndicate content