Have only one tooltip active on the screen when using the qtip jquery tooltip plugin
问题 I am using the jquery qtip tooltip on multiple elements (images) on a page. I am trying to have only one tooltip appear on the page at a particular time. If a tooltip is shown and another tooltip has been triggered to open, the currently open instance should close. I have found this in the documentation and have set solo: true however multiple instances of the tooltip are still appearing ont the page. Here is my jquery: <script type="text/javascript"> $(document).ready(function () { //******