I have the following html:
&
I had the same problem. Mine was the fact that I was using .trigger('.element')
and there were two elements with that element
class.
So, I got more specific, and used .trigger('.parent .element')
to ensure only one click event happened on a single element, instead of one click event on two elements.