Hello,
I’m trying to make a second tab “active” by default.
I attempted to use the jQuery UI Active Option:
$(‘#tabid’).tabs({active: index});
and then put in what I thought should work for my site into the custom JS field in the theme options:
$(‘.landscape’).tabs({active: 1});
I’ve spent way too much time on guessing different permutations of JS code trying to make it work.
It beat me down. hard.
Can you provide the correct method of doing this?
here’s the page where the Tab in question appears:
http://bit.ly/1eacsrw
Again, I’m hoping to make the second tab “active” when the page is loaded.
Thanks.
Tom