1. set id in the delete btn
2. onclick of this button call jquery function to pass this id to a php file (where execute the sql statement to delete the row with this id)
3. return message to jquery function
4. show message in the page as deleted or not