vdw / Tabslet

Yet another jQuery plugin for tabs, lightweight, easy to use, mobile-friendly and with some extra features.
http://vdw.github.io/Tabslet/
Apache License 2.0
565 stars 110 forks source link

Possibility to use something else than div? #56

Open newkind opened 6 years ago

newkind commented 6 years ago

I would like to propose an enhancement to the script that would allow people to use any other HTML selector than <div> for the tab contents. I tried to use the Tabslet with <section> but it didn't work properly unless I replaced it with <div>.

What do you think?