Having Trouble with jQuery tooltips
问题 I'm using the jQuery Tools Tooltip plugin found here. This is it's intended behavior: Have 3 elements, in this case div s, which, when clicked, popup a tooltip. This tooltip is another div on the page that is hidden via CSS. When it pops out, I need it to stay visible until either the user clicks on one of the div s in the tooltip (or inside the tooltip itself if that is not possible) or they click on one of the other initial 3 div s. The problem: I get some unexpected behavior when doing