samsono / Easy-Responsive-Tabs-to-Accordion

Easy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Other
603 stars 260 forks source link

default active tab on start ? #79

Open quasiperfect opened 8 years ago

quasiperfect commented 8 years ago

is there a way to set default active tab on start ?

Whip commented 8 years ago

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