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
564 stars 110 forks source link

Adding 'data' for attribute options #26

Closed flowdee closed 8 years ago

flowdee commented 9 years ago

Would be nice to use data attributes instead of href/alt.

vdw commented 9 years ago

You can by setting to the option "attribute" the value "data-something":

$('.tabs').tabslet({
    attribute: 'data-name'
});

e.g.: JSFiddle example of Tabslet with a custom attribute as selector