Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

jQuery.Colors


Average rating
(2 votes)

A easy way to handle HTML colors!

Create a color and manipulate then adding light or shadow, mixing it with other color, subtract o add a RGB value for it. You can do a lot of things.

Example:

  var Dark = $.tocolor("#ffa500");
  var Light = $.color(235, 235, 235);
  var GradLinkNormal = $.colorgrad(Light, Dark, 50);

With this code you create a gradient color array with 50 diferents colors.
My Projects page to see a good example (Look the background color):
http://slr.projects.pro.br/

More about the plugin at:
http://gsaraiva.projects.pro.br/?page_id=16

Actually you can access my site to see some results with jQuery and CSS manipulation.
http://gsaraiva.projects.pro.br/

Releases

Official releasesDateSizeLinksStatus
1.1.3-20082008-May-12n/aRecommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.1.3-20082008-May-12n/aRecommended for 1.2.xThis is currently the recommended release for 1.2.x.