Jquery auto click is not working it clicks too many times – Jquery ajax
I want just one time click my code always clicks and chrome blocks im very happy if anyone help me $(document).ready(function(){ $('.mp3download').click(function(e){ var button = $(this); if (button.data('id') == 3) { if (button.data('status') == false) { $(this).html('<i class="fas fa-sync fa-spin"></i>…