default active tab on start ?
Opened this issue · 1 comments
quasiperfect commented
is there a way to set default active tab on start ?
Whip commented
I'm using this code to trigger a click on the item that I want to set as default
setTimeout("$('ul.resp-tabs-list li:nth-child(1)').trigger('click');",200 );
taken from stackoverflow