jquery find button in row and change its class – Jquery ajax
I have a table and buttons and all buttons are getting generated with a loop. <button type="button" class="btn btn-danger btn-sm remove-connetion" name="button"> <i class="fa fa-trash"></i> </button> I want to find which button I click and then change its class. now…