I have many links in a HTML-table, which delete corresponding row, when clicked (calling a PHP-script via GET parameter).
They all have a class delete_row.
How could I please display a confirm(‘Really delete?’) dialog using jQuery, when such a link is clicked?
And of course prevent following that link when No has been selected in the dialog.
Try this.