I'm using the Organic Tabs / Better Linkable Tabs. Each tab references a 'div', as opposed to a 'ul'. When I try to link to the second or third tab from outside the page (i.e. url = "http://example.com/?tab=tab-three"), the content from the default tab (tab one) still shows up - it's element.style should be "display: none;"
I'm using the Organic Tabs / Better Linkable Tabs. Each tab references a 'div', as opposed to a 'ul'. When I try to link to the second or third tab from outside the page (i.e. url = "http://example.com/?tab=tab-three"), the content from the default tab (tab one) still shows up - it's element.style should be "display: none;"
Any thoughts or help would be very appreciated.
URL to main page (& default tab): http://www.townhalltheater.org/blog/jackson-gallery/
URL to second tab: http://www.townhalltheater.org/blog/jackson-gallery/?tab=coming
Logically it's something in the javascript but that's not in my wheelhouse.