The "confirm" attribute is set.
The "confirm" attribute is set, and a click handler is also set.
The "confirm" attribute is set, and a click handler is also set.
The "confirm" attribute is set for each button, and they have click handlers and onclick handler.
The "confirm" attribute is set to the submit button.
A bootstrap modal dialog is created. The "confirm" attribute is set to empty, and the data-dialog is set to a selector that obtains the dialog; then the data-confirmbtn is set to a selector to get the "save" button from the dialog.
Each of the texts in the dialog is customized for each language.
Each link calls to a function that will configure the library globally
| |The "confirm" attribute is set to the <a> tag
clickmeThe "confirm" attribute is set to the different <li> items.
The "confirm" attribute is set to the svg image.
The data-verify attribute is set and contains a bit of javascript code that returns true or elsething.
A bootstrap modal dialog is created. The data-dialog is set to a selector that obtains the dialog.
The verification can also be used in links, images or other elements
Go to GoogleThe verification can be used together with a confirmation dialog (*). It is just needed to include both data-verify and data-confirm together.
(*) Verification happens before
If wanted to confirm first, use data-verify-after-confirm, instead data-verify.
In the declarative method, verification happens always before
If wanted to confirm before, it is needed the programmatical method