I\'m attempting to write a video poker game in Javascript as a way of getting the basics of it down, and I\'ve run into a problem where the jQuery click event handlers are f
The below code worked for me in my chat application to handle multiple mouse click triggering events more than once.
if (!e.originalEvent.detail || e.originalEvent.detail == 1)
{ // Your code logic }