Using this plugin, is it possible to edit which tab is active when the page loads?
Example:
<tabs>
<tab name="Hi">Hello there!</tab>
<tab name="Bye" active>Goodbye!</tab>
</tabs>
By adding the active attribute, the second tab will be shown when the page loads, and not just the first tab in the the tab menu.
Is a feature like this possible? I understand you can directly link to a tab, but I want to just have the desired tab load on my page versus using a link to do so.