2021-08-03, 02:30 PM
This is because you add the class to
You probably need to add:
#forum_tabs
but you don't add the class active
to the tab on load, you do it only on click.You probably need to add:
$('#'+$.cookie('active_index_tab')).addClass('active');
just before your click listener