When a blue box is clicked, I toggle something else. However, I have an overlapping box on the blue box (called .redBox) which, when clicked, executes the same function. What I'd like to do is NOT run the click function when the red box is clicked.
What's the best way to approach this?
Thanks!
Bren