Twitter bootstrap – Child elements preventing trigger event on parent
I have a parent <span> element with nested <em> elements. The <span> is given a width and display:block via CSS. The <span> has a jQuery trigger event on it which is fired correctly but if you rollover one of the…