diff --git a/entries/tooltip.xml b/entries/tooltip.xml index 71197e2..9ad4832 100644 --- a/entries/tooltip.xml +++ b/entries/tooltip.xml @@ -156,6 +156,29 @@

Anchor text +

]]> + + + 100 + Create an ajax tooltip + { + setContent(text); + }) + .catch ( (e) => { + setContent(`${e.statusText}`); + }) + }, + items: "a, [href]", + }); +]]> + + Anchor text

]]>