How to change css of current button only while all buttons have same class after ajax success callback with jquery
I show query results in html table and in each row is a button for run update query whit ajax. i need to change button color after click and success ajax callback. when I use: function myFunction() { $.ajax({ url:…