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

r-tabs-accordion-title choose what type html element / tag this shoul… #72

Closed coxrichuk closed 9 years ago

coxrichuk commented 9 years ago

Relates to https://github.com/jellekralt/Responsive-Tabs/issues/51

Better late than never.

jellekralt commented 9 years ago

Thanks for submitting this PR! Definitely better late than never :smiley:. I might do some small modifications but I'm very happy with this improvement!

jellekralt commented 9 years ago

I decided to rename the option to accordionTabElement and make it more flexible so that you can pass an HTML element string. In this way one could even add attributes :). Thanks again for submitting this!