Hi I am trying to make a tab active on load using this code but get error Uncaught TypeError: Cannot read property 'makeActive' of undefined (see picture)
$(".t-Tabs-item").aTabs("getTabs")["#SR_cxc-router-bundle-cart"].makeActive();
I tried to initialize with $(".t-Tabs-item").aTabs(); but nothing. What should I do?
I am using Tabs Container and not RDS in apex 19.2
