I have HTML input and button elements. I use the buttons to submit forms, open secondary windows, etc. The problem is, a single click is turning into 2 (and sometimes many more
Calling something like this before it worked for me since I had originally used $('#myButton').on('click'... to assign my listeners.
$('#myButton').off();
Documentation for "off();"