Image filter basic
-
Add (an) event listener(s) to every image:
- Add the (embedded CSS) class
.grayscale
when entering the image - Remove the (embedded CSS) class
.grayscale
when leaving the image
- Add the (embedded CSS) class
// Image filter (basic) [jQuery]