Delete button not sending data through Ajax – Jquery ajax
I have multiple delete buttons on a custom admin page in the backend of my wordpress account which effect a public webpage. In my html file I've got: <td><button value = "2" onclick = "del(this.value)">Delete Project 2 Names</button></td> with my…