I have jQueryTools installed and running smoothly throughout my site, except for one place, where I fear a conflict with FancyBox is preventing the Overlay form launching. I am using Fancybox on that page to present a group of pictures. Fancybox identifies the pictures to present by using rel="example_group".
I use jquery Tools Overlay to launch some form overlays using rel="#overlay".
The weird thing is that the Fancybox pictures prevent just fine, but the jquery Tools Overlay just follows the SRC instead of launching into the overlay. This makes me think that the the "uncaught exception: Could not find Overlay: example_group" message I am seeing in Firebug is coming from jquery Tools and preventing from working properly.
Any ideas what I can do to make them play along nicely?
Thanks.
Phil