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.
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.
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:
If I take out the
<li>
wrapping the external link it works, however, on mobile it does not show on the accordion.