Template:Team:Edinburgh/Code
From 2013.igem.org
(Difference between revisions)
Hristianita (Talk | contribs) |
Hristianita (Talk | contribs) |
||
Line 392: | Line 392: | ||
children[active-1].style.display = "block"; | children[active-1].style.display = "block"; | ||
} | } | ||
- | } | + | })(); |
} | } | ||
- | menu_links = $("#side_menu_items > li > a"); | + | menu_links = $("#side_menu_items > li > a"); |
- | + | for (var j=0; j < menu_links.length; j++) { | |
- | + | active=1; | |
- | + | if (menu_links[j].href.indexOf("Team:Edinburgh/") > -1) { | |
- | + | if (window.location.href.indexOf(menu_links[j].href) > -1) { | |
- | + | ||
- | + | ||
- | + | ||
active = 3; | active = 3; | ||
- | + | } | |
+ | } else if ($(".home_side_menu_item").length> 0 ) { | ||
+ | active = 3; | ||
+ | } | ||
if (active==3) { | if (active==3) { | ||
$(menu_links[j]).addClass("selflink"); | $(menu_links[j]).addClass("selflink"); | ||
} | } | ||
- | } | + | } |
- | + | ||
- | + | ||
}); | }); | ||
Revision as of 23:51, 4 October 2013