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.
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 );
is there a way to set default active tab on start ?