Oracle APEX: How to Programmatically Switch Tabs using jQuery
Feb 6 · 1 min read · There is no predefined Dynamic Action for switching tabs in Oracle APEX. Therefore, we need to use jQuery to identify the tab and the click() method to simulate the click. The code below simulates a click on 2nd tab and opens it. $('#myRegion li.t-Ta...
Join discussion





