Live Accordion supports custom JavaScript code which allows you to execute your own logic based on following two events:
- Pane Change Start ('accordionchangestart')
- Pane Changed ('accordionchange')
In this demo we're simply showing an alert message on each event. So if you select a pane you will see message 'Changing Pane' and then 'Pane Changed'