I have a button. I need to make it clickable only once. But it does not have onclick attribute. And I cannot change HTML. This has to be done only with JS. How do I do it?
<button type="submit" name="add-to-cart" value="41" class="single_add_to_cart_button button alt">
BUY NOW
</button>