From 86074438d544675d661a69b12163df392188af2f Mon Sep 17 00:00:00 2001 From: Carlos A Date: Thu, 18 Nov 2021 10:17:55 +0100 Subject: [PATCH] include some examples for internationalization and bug corrections --- example.html | 100 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 96 insertions(+), 4 deletions(-) diff --git a/example.html b/example.html index 4fd8b90..45c164a 100644 --- a/example.html +++ b/example.html @@ -19,6 +19,35 @@ overflow: auto; } +

Dummy button that asks for confirmation but does nothing.

@@ -32,9 +61,21 @@

Simple button that shows an alert upon confirming.

+ + + +

Simple button that shows an alert upon confirming (using jQuery)

+

The "confirm" attribute is set, and a click handler is also set.

+ + + +english | +spanish | +french + + +

Confirmation in a link

The "confirm" attribute is set to the <a> tag

clickme clickme -

Using in a list

+

Confirmation of elements in a list

The "confirm" attribute is set to the different <li> items.

-

Using in an image

+

Confirmation of an image

The "confirm" attribute is set to the svg image.