Closed flowdee closed 8 years ago
Would be nice to use data attributes instead of href/alt.
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
Would be nice to use data attributes instead of href/alt.