Tabslet
Tabslet copied to clipboard
Get index of clicked tab
Hi,
Cool plugin! Do you know how can I get the clicked tab index number?
$('.tabs').on("_before", function() {
console.log(index);
});
Hey,
That would be interesting.