GRADIENTER jQuery elements gradient plugin

Gradienter is jQuery plugin which will color selected elements in gradient.

All you have to do is to choose elements and set first and last color in gradient.

Also, you can set CSS property on which gradient color should be applied.

Every line in this text is in <p> tag and all I should do to add gradient is next line:

$('p').gradienter({ color_start: '56B2CB', color_end: '164E5D' });

Note that colors are in hex format without #

This is only a demo page. For more details visit workshop.rs This text is in <b> tags and gradient is added with this code: $('b').gradienter({ color_start: '000000', color_end: '999999', prop: 'color' });