We were using \'title\' attributes to display something on mouseover. We want it now to display on a click. How can I get a floating box that looks like a title/tooltip, b
Would like to add to iftrue's answer that you can grab (and remove) the title attribute in the mouseenter event and place it back in the mouseleave. This to prevent the browser from showing the hover, but still using the attribute to store the text.