Hi,
i have multiple tabs, with children tabs underneath.
if you are in tab1, you see tab1's children
TAB1 tab2
tab1_1 tab1_2 tab1_3
when clicking to tab2, i click tab2_3
tab1
TAB2
tab2_1 tab2_2
tab2_3
now click back to tab1, then click to tab2, how do i get current tab which is (
tab2_3 ) ?
visually i see that tab2_3 is selected, but the code to determine which tab is selected used below,
always tells me it's
tab2_1, not tab2_3
thanks.