Jquery tooltip that stays open on hover
问题 I'm working with the following tooltip: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ This works really well, but is there any support for implementing a tooltip that stays open on hover? Or a way to implement that? 回答1: In the end, I opted to create a seperate jquery plugin for a 'sticky' tooltip. Its basically the same as the usual tooltip, except it doesn't hide itself on mouseout. If you want to see the implementation, check the 'createHelper' method in the original jquery