You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, clicking a tab anchor prevents its href from being followed. We should allow hrefs to be followed so you can navigate to a URL with the hash (ex: a2labs.github.io/bare-ninja#accordion)
The text was updated successfully, but these errors were encountered:
I'm not really seeing it in your example. What I'm talking about would allow you to, without clicking a tab anchor, open up that tab by manipulating the URL to have a hash that matches that of the tab you want open.
The more I think about it, the functionality would almost be exactly like this article I wrote that uses the :target selector. Only problem with that is the jumpiness (and :target is not supported in IE8/9).
Currently, clicking a tab anchor prevents its href from being followed. We should allow hrefs to be followed so you can navigate to a URL with the hash (ex: a2labs.github.io/bare-ninja#accordion)
The text was updated successfully, but these errors were encountered: