i want to on click event change a image color..Ex:-my original image is colorful then afert clicking a button image color is black and white and other color also..
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
used all the css code but doesn't work...