Support for external links on tabs
Closed this issue · 2 comments
maciekkus commented
Hi,
It would be great if tabs could support external links. Now it seems it tries to find "div" instead of redirecting to external link.
vdw commented
Hi,
Tabslet does not interfere with the default functionality of _href_s of the navigation as long as you are using the default option: attribute: 'href'
(default).
Here is an example: http://jsfiddle.net/dkrestos/5d0kvet2/
Note: Use a URL (http://www.google.com); not relative paths.
maciekkus commented
Hi, You are right..
I used relative path :)