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

Get index of clicked tab #54

Open levipadre opened 6 years ago

levipadre commented 6 years ago

Hi,

Cool plugin! Do you know how can I get the clicked tab index number?

$('.tabs').on("_before", function() {
      console.log(index);
});
mainIine commented 5 years ago

Hey,

That would be interesting.