tab change detection
Posted: Sat Apr 21, 2018 11:26 pm
In an edit form, there are some tabs. When the form loads, I run some PHP procedures to dynamically load some content. This loading should only happen, when a certain tab is selected.
To put it differently, I need to detect when another tab in an edit form is selected so that I can then run some JavaScript code. How to detect a tab change, is there an event?
I read similar questions but there has not been an answer.
To put it differently, I need to detect when another tab in an edit form is selected so that I can then run some JavaScript code. How to detect a tab change, is there an event?
I read similar questions but there has not been an answer.