Is it possible to have the status of two tabber instances linked?
Lets say on the page I have a header section with tabs "Red | Green | Blue"
Then there is some static content.
Then later under a different section we have another set of the same "Red | Green | Blue" tabs.
I'd like the content in each section to change whenever one is selected but the content in the middle between them stay the same.
So selecting "Blue" would show
"Blue content Header"
"Static Content"
"Blue section 2 content"