I have 4 tooltips on the page. The first of them must be shown on page load, for this I write
but when I move mouse over 2,3 or 4 tooltip, the first still shown. How to hide it?
I need event like
def:"load mouseenter, mouseleave"
but when I move mouse over 2,3 or 4 tooltip, the first still shown. How to hide it?
I need event like
focusany
to write something like this:def:"load mouseenter, focusany mouseleave"
Thnx!