invertImgText.js
jQuery plugin - change text color
This plugin inverts the color of the text by taking the background image
Demo
// get background image on this block $('.patt-container').invertImgText();or
$('.patt-container').invertImgText('/path/to/img.jpg');Text color in .patt-container block will be changed
Thanks for idea Dedov E.