Skip to content

Instantly share code, notes, and snippets.

View pabo's full-sized avatar

Brett Schellenberg pabo

View GitHub Profile
@pabo
pabo / jquery-rainbowize.js
Last active August 29, 2015 14:04
jquery-rainbowize plugin
/* This rainbowize function is based on http://rainbowcoding.com/how-to-create-rainbow-text-in-html-css-javascript/
* brett.schellenberg@gmail.com
* customizations made:
* - made callable on complex HTML nodes; all descendant nodes that are pure text will be found and rainbowized
* - randomized starting location on color wheel instead of always starting at red
* - added derainbowize()
*
* See live example here: http://jsfiddle.net/pabo/GYZ7F/
*/