How to hide specific button after Ajax call – Jquery ajax
Got a multiple buttons with thesame class, though with different id how can I hide a specific button based on the clicked button! My Code *Btn" <button class="join" id="join_2">Join Group</button> jQuery/Ajax $(".join").off().click(function (){ Var group_id = this.id; $.ajax({ // //…