jQuery.BlackAndWhite Description This plug-in can easily convert any colored image into a B&W greyscale image. It uses the the HTML5 canvas tag and a fallback for the old browsers Usage 1 Include the plug into the page: <script src="js/jQuery.BlackAndWhite.js"></script> 2 Set the image wrappers using the css: .bwWrapper { position:relative; display:block; } 3 Initialize the plug in on window load