Hi again,
I would like to be able to make the tooltip appear on hover of one particular checkbox element and remain visible while that checbox is checked.
On unchecking and "un-hovering" this checkbox I want the tooltip to disappear.
So basically what I want to remove is the function that keeps the tooltip visible while the element is highlighted, when the checkbox is checked and then unchecked but without having highlighted another element.
In short, just in case the above isn't clear enough:
Hover particular checkbox element => Tooltip shows.
Check particular checkbox element => Tooltip remains visible.
Uncheck and "un-hover" checkbox element => Tooltip disappears.
I have been trying to fix this myself for some hours but I believe the li.highlighted is what keeps me from achieving my goal.
How can I get this working?
Greetings.