I currently have jQuery functions that use mouseenter and mouseleave. This currently gives me the desired effect where everything is returned to normal once the mouse leaves a div. I am trying to replicate this but instead using click, I was reading up about on() and off() but I do not think this can be used. Below is my code.I currently have jQuery functions that use mous