jQuery click events firing multiple times September 26, 2022 by Tarik To make sure a click only actions once use this: $(".bet").unbind().click(function() { //Stuff });