I would like to know when a user switches between tabs. What is the best way to do this?
It seems that there is no 'on select' microflow or similar in the Mendix default tab container that can do this.
I already tried to add a HTMLSnippet to catch the event using the following example: http://jsfiddle.net/mZLDk/
However in Mendix that gives me 'Error while evaluating javascript input: TypeError: $(...).tabs is not a function'.
Any suggestions? Thanks,