Cannot select pass the first <td> element with dynamic content – Jquery ajax
I am trying to do an onclick delete on selected dynamic elements but for some reason it only selects the first element every time. // Function to delete entries $("#timesheet").on('click', '.delRow', function () { const firstUrl = "API LINK..." const…