Using the responsive menu, i need to programmatically activate an already open menu tab while a different tab is active.
i.e. get the same result as if the user clicked on a menu tab that is not active.
Anybody know how to do it?
With the old menu, this line was enough (for a tab already opened by a menu item with id 133):
$(’#aba_td_item_133’).click();
but nothing happens when i do the equivalent with the responsive menu, i.e.:
$(’#id_tab_item_133’).click();