Why is the mousedown event getting rid of my click event? – Javascript
I am having an issue where my click event in a specific case is not being called. I can explain better using this example in the fiddle. I have also pasted the code below. https://jsfiddle.net/qtdvn8oc/3/ <html> <input type="button" id="openId" value="Open"…