Doing like that you will not see tooltip on mouse hover.
<img src="/storage/img/arigato.png" alt="hey tooltip" data-microtip-position="bottom" aria-label="hey tooltip" role="tooltip">
It works only for link tags like that
<a href="" data-microtip-position="bottom" aria-label="hey tooltip" role="tooltip">
<img src="/storage/img/arigato.png" alt="hey tooltip" ></a>
But documentation says you can use it on any tag
Doing like that you will not see tooltip on mouse hover.
It works only for link tags like that
But documentation says you can use it on any tag