Hi all, I'm trying to do an apparently simple task but I ran into this issue where if a switch between tab happens the orbit slider wouldn't init. I tried triggering
$('.orbit').foundation();
And I get the error message:
"Tried to initialize orbit on an element that already has a Foundation plugin."
Here's the pen: http://codepen.io/mzsolt/pen/edwzNw
Any help or tip would be appreciated!
Anyone?