Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

jQuery.Colors


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/

Downloads

Version Downloads Date Links
1.1.3-2008 Notes
1.1.3-2008 Notes


5
Your rating: None Average: 5 (2 votes)