Hello,
It looks like the way tabs are defined :
https://jseditor.io/?key=jqwidgets-tabs-template
When the first active tab loads (Node.js in the above example), I think it caches the results (if I call a webservice). When I click on other tabs, it kind of looks like it refreshes for first time.
But when i click on the already clicked tabs, it doesn’t looks like it refreshes the content.
Not sure when the tab loads for the first time, the default active tab, refreshes by itself?
Is there a way to refresh a tab when I click on it second time?