How to create hover card with tippyjs (data from database)

25 Views Asked by At

I want to create hover card with tippyjs. I have an editor whose output is static html code. It contains anchor a tags with data-id equal to user id. I want to add tooltip to that anchor in such a way that it loads data from database for a given data-id and display this data in tooltip (or loading when data is loading). How can I do that with tippyjs?

0

There are 0 best solutions below