I use Bootstrap and jQuery. I have three buttons, each with an icon in it. When I bind an click-event to a button, it works when I cli
Bootstrap
jQuery
click
Update your css with the following. I'm assuming you don't need mouse events on your icon.
.icon-eye-open { pointer-events:none; }
MDN Information regarding pointer-events