You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I need js for popover, here's what I mean:
When a cursor is hovering over an object, it shows a popover with the html that I present, for example popover.show(data.html);. The data.html is for example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys, I need js for popover, here's what I mean:
When a cursor is hovering over an object, it shows a popover with the html that I present, for example
popover.show(data.html);
. Thedata.html
is for example:and {{username}} is replaced with a username each different on other popovers. This example can be seen in here. It is using Fomantic UI
Beta Was this translation helpful? Give feedback.
All reactions