Closed vovayatsyuk closed 10 years ago
Also the ability to determine what tab is shown and was this the first time on this tab
document.observe('easytabs:afterActivate', function(tab, isFirstTime) { // this - easytabs object // tab - string // isFirstTime? - boolean });
53176b225de17dc83540d83eb8b92eaafc8692b0
document.observe('easytabs:afterActivate', function(e) { if (e.memo.easytabs.getActivationCount(e.memo.tab) == 1) { console.log('first_time'); } });
Also the ability to determine what tab is shown and was this the first time on this tab