atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.78k stars 517 forks source link

tippy doesnt load sometimes #1136

Open hriiss opened 11 months ago

hriiss commented 11 months ago

when using tippy.js it doesnt initialize the tooltips. this is how i imported it:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="/static/js/user.js"></script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script>tippy("......")</script>