October 14, 2019 APEX, jQuery No Comments


This blog is about how you can control the tab selection using jQuery for Tabs Container region. I have seen, there are many other-ways to achieve same – but I have tried to following APEX’s way and manage the selection by APEX’s JavaScript code.

$(‘#<tabs_container_region_id> ul.t-Tabs:first’).aTabs(‘getTabs’)[‘#SR_<sub_tab_region_id>’].makeActive();

Working Demo

Hope this helps.

Regards,
Jaydip Bosamiya
jbosamiya@gmail.com

Written by Jaydip Bosamiya