Widget:Icon: Difference between revisions
Created page with "<noinclude>__NOTOC__ </noinclude> <includeonly> <style> </style> <a id="<!--{$id|escape:'html'}-->" href="https://www.google.com"> <!--{$test|escape:'html'}--> </a> <script type="text/javascript"> tippy('#<!--{$id|escape:'html'}-->', { content: "<!--{$tooltip|escape:'html'}-->", }); </script> </includeonly>" |
No edit summary Tag: Reverted |
||
Line 6: | Line 6: | ||
</style> | </style> | ||
<button id="myButton">My Button</button> | |||
<a id="<!--{$id|escape:'html'}-->" href="https://www.google.com"> | <a id="<!--{$id|escape:'html'}-->" href="https://www.google.com"> | ||
Line 12: | Line 14: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
tippy('#myButton', { | |||
content: "I'm a Tippy tooltip!", | |||
}); | |||
tippy('#<!--{$id|escape:'html'}-->', { | tippy('#<!--{$id|escape:'html'}-->', { |
Revision as of 05:09, 30 October 2024