jsconfirm-buttons
This is a plugin for jQuery that depends on Bootstrap. The plugin does not need any specific version of each of them.
The plugin makes that any button show a confirmation modal dialog prior to executing the function that it should execute. It is useful for (e.g.) confirm submitting a dialog or deleting entries in a database.
The basic syntax to use this plugin is to include a tag such as the next one:
<button confirm="Are you sure?">clickme</button>
Please see the README.md for more information.