I am trying to link to another tab (on the same page) from within a tab. I have found several posts on stackoverflow of people successfully doing this with the default jquery tabs, but have not been able to get any of these methods to work with enfold. Any suggestions would be greatly helpful.
resources:
http://stackoverflow.com/questions/12131273/twitter-bootstrap-tabs-url-doesnt-change
http://jsbin.com/etoku3/9/edit
Have you tried with .trigger(‘click’)?
Something like this:
jQuery('.tab_counter_1').trigger('click');
http://api.jquery.com/trigger/
Best regards,
Josue