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 258 forks source link

Link to an external URL #94

Open moonshark opened 5 years ago

moonshark commented 5 years ago

Is there a way to link a chosen tab to an external link instead of one of the tabs? I have a set of tab links which work well but now my client want to link one of those tabs directly to a URL instead of showing the content within a tabbed panel.

So, something like this:

<ul class="resp-tabs-list">
    <li>Link One</li>
    <li>Link Two</li>
     <li><a href="https://www.google.com/" target="_blank">Link Three</a></li>
    <li>Link Four</li>
  </ul>

If I take out the <li> wrapping the external link it works, however, on mobile it does not show on the accordion.