jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 228 forks source link

Scroll to active tab from a standard href #147

Open terryupton opened 6 years ago

terryupton commented 6 years ago

I am trying to activate and auto scroll to an active tab based on the anchor tab within a standard href link outside the tab code/navigation. Ideally I want to activate the tab based on the #anchor and auto scroll to it. At the moment the tab becomes active but not able to jump to it... Any ideas how I can achieve this?

Thanks