i've issue with bootstrap tabs & a variable.
See this JSfiddle
On this a variable active and height that is$page_nav["dashboard"]["active"] = true;
in menus. And it has two submenus. As above link i want
on first tab active & heighligh this submenu $page_nav["dashboard"]["sub"]["First_submenu"]["active"] = true;
And on second tab active & heighlight this submenu$page_nav["dashboard"]["sub"]["Second_submenu"]["active"] = true;
How can i do it?? please Help! Thanks in advance