I’ve created a 4 tab with external links, when I click on certain links, it opens different tabs & sometimes not at all (In Chrome) Is it because I placed the links inside of divs? Should I use a table instead?
link
<a onclick="jQuery('.services').find('li:eq(0) a').tab('show');" href="javascript:;">link1</a>
<div class="child_about"><a onclick="jQuery('.services').find('li:eq(1) a').tab('show');" href="javascript:;">link2</a></div>
<div class="child_about"><a onclick="jQuery('.services').find('li:eq(2) a').tab('show');" href="javascript:;">link3</a></div>
<div class="child_about_last"><a onclick="jQuery('.services').find('li:eq(3) a').tab('show');" href="javascript:;">link4</a>
[restabs alignment="osc-tabs-left" pills="nav-pills" responsive="true" contentcolor="#ffffff" tabcolor="" tabheadcolor="#ffffff" class="services"]
[restab title="" active="active"]
lorem ipsum
[/restab]
[restab title=""]
lorem ipsum
[/restab]
[restab title=""]
lorem ipsum
[/restab]