im trying to change the active tab using javascript event which will call the following :
function navigateToTab(targetTab) {
$('.coda-nav').tabs({ selected: targetTab });
}
however this function is doing something which is blinking the tabs div put never navigating to the desired tab will you please help
Regards
im trying to change the active tab using javascript event which will call the following :
function navigateToTab(targetTab) {
$('.coda-nav').tabs({ selected: targetTab });
}
however this function is doing something which is blinking the tabs div put never navigating to the desired tab will you please help
Regards