I'm looking for an easy solution to show/hide/slide (whichever is easiest) an external div elsewhere on my page at the same time my corresponding coda panel slides into view. So essentially I am trying to slide a panel into view while also sliding another panel further down on the page that is NOT in the same container.
I'm using this script which piggybacks the coda slider: http://scriptplayground.com/tutorials/js/Customizable-and-Flexible-jQuery-Carousel-Rotator/
I've found a solution that works on click to show/hide external divs, but my problem occurs when the script automatically chooses the next tab - my on click event for the external divs is now obsolete.