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

Added option for navigation container #125

Closed falconwhite closed 6 years ago

falconwhite commented 7 years ago

Added an option to reference a container that wraps around the navigation ul.

• New option: navigationContainer (default is empty) • Can be a class or an element, but has to be inside the tab element. • If container is set, this is used as the $ul variable instead.

Keep up the great work! It's still the best responsive tab plugin! :)

falconwhite commented 7 years ago

References issue #15.

jellekralt commented 6 years ago

Thanks for your PR! Didn't have time to try it out myself until now.