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
It is absolutely mind boggling that your js library for displaying tooltips doesn't actually contain function to display a tooltip on element, something like tlite.show(some_element, {text: "This is tooltip"}), I mean isn't displaying tooltips the very first thing someone wants from js tooltip library?
text = el.title || el.getAttribute(fallbackAttrib) || text || opts.text;
The text was updated successfully, but these errors were encountered:
It is absolutely mind boggling that your js library for displaying tooltips doesn't actually contain function to display a tooltip on element, something like tlite.show(some_element, {text: "This is tooltip"}), I mean isn't displaying tooltips the very first thing someone wants from js tooltip library?
text = el.title || el.getAttribute(fallbackAttrib) || text || opts.text;
The text was updated successfully, but these errors were encountered: