Widget:LoadTippyScript: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 5: | Line 5: | ||
<script src="https://unpkg.com/@popperjs/core@2"></script> | <script src="https://unpkg.com/@popperjs/core@2"></script> | ||
<script src="https://unpkg.com/tippy.js@6"></script> | <script src="https://unpkg.com/tippy.js@6"></script> | ||
<script> | |||
tippy('span', { | |||
content: 'Global content', | |||
trigger: 'mouseenter focus', | |||
}); | |||
</script> | |||
</includeonly> | </includeonly> |
Revision as of 18:02, 30 October 2024