Closed lewismcarey closed 8 years ago
I have tried using the public getState method using:
$tabs.responsiveTabs('getState');
But this does not seem to work.
Hi, I checked and it turned out that public method returns didn't work correctly. I've fixed it and released a new version (v1.5.2) in which this should work:
$tabs.responsiveTabs('getState');
It would be handy to know the current state of the tabs (accordion/tabs) on load. It only appears to be available on a state change.
Is this possible already, if not can it be added easily?