Getting element Id Sweet Alert
问题 I'm trying to use sweet alert as a dialog to confirm the deletion of an entry on a table. There's a column on each table row which has a button which opens a 'Sweet Alert' confirm dialog. The code of my table is as follow: <tr> <!-- Other Table Colums --> <td> <button userid="<?php echo $row['id']; ?>" id="<?php echo('bn_delete_' . $row['id']); ?>" class="btn btn-danger btn-xs warning-message-parameter">Delete</button> <td> </tr> The code for my sweet alert dialog is: swal({ title: "Are you