I am making the admin side of a real estate website, and right now I am working on the part that edits and adds the information that will be put in a property flyer.
The one component I am struggling with due to lack of javascript knowledge is creating a popup confirmation window. I want one to confirm if the user wants to delete a selling point or not.
I have the page set up so it prints a table that lists the selling points for the specified property and has a link to delete them. Is it possible to have this popup confirmation show up when the user clicks delete, and then if they click "yes" it runs the query that drops the row from the table? If so, how do I go about doing this?
Thanks!