I am using hoverizr http://www.iliasiovis.com/hoverizr/
Below is my code. I want $("a.hamburg>img") and $("a.karlsruhe>img") to toggle the hoverizr function so when they are clicked the function is removed and full color image is shown and when clicked again the function is added.
$( document ).ready(function() {
$("a.hamburg>img").hoverizr();
$("a.karlsruhe>img").hoverizr();
});
EDIT: On hover its goes color and hover out b/w again , that is fine, but on click it should be color and stay color that is what i want to achieve