Keep button disabled till the current page reloads (using Jquery) – Jquery ajax
I have a search bar in index.php and when I type an ID, the SQL data is fetched from fetch.php. The fetch.php contains "AddToZip" button for each row of SQL data. When I click on a selected button, the selected…