jQuery Accordion & jQuery Tooltip not working together
in Using jQuery UI
•
5 years ago
I'm pretty new to jQuery, so please bear with me. I'm having some problems making my accordion and tooltips play nicely together.
I created my accordion first, using the Accordion Widget from the jQuery UI site. The accordion sections each contain a table with a form where there are text labels accompanied by a small image that is supposed to spawn a tooltip when hovered over.
I created the tooltips separately using this Tooltipster plugin (http://calebjacob.com/tooltipster/). I used this plugin because I couldn't figure out how to use the jQuery UI site Tooltip widget to format the tooltips the way I wanted to (the tooltips contain images as well as HTML and CSS formatted text and links).
The tooltips only work when I pull out one of the tables from one of the accordion sections and place it on a page without the accordion code contained in it. When they're combined the accordion still works but the tooltips don't display.
Any ideas why this may be happening? Any tips on how to fix would be greatly appreciated. If any more information is needed, I'd be glad to provide it.
Thanks
1