button click from AJAX called php file
I have a div that populates from pulling from another php file.
The separate php file contains a table populating data.
One of the columns in the table contains a button to delete that record.
When I click the delete button on the page it does nothing.
How do I make this button active to call my jquery function to delete the record that comes from another php file via AJAX?
Thanks,
ShoeGirl