$(".bet").click(function(event) { event.stopImmediatePropagation(); //Do Stuff });
button.addEventListener( "click",fxn, { once: true } )