Live Tabs supports custom JavaScript code which allows you to execute your own logic based on following two events:
- Tab Select ('tabsselect')
- Tab Shown ('tabsshown')
In this demo we're simply showing an alert message on each event. So if you select a tab you will see message 'Tab Selected' and then 'Tab Shown'