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
This will work well. It work for me.
$(".class-name").unbind().click(function() { //Do the Stuff });