I have no words
Opened this issue · 0 comments
hikikomori82 commented
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;