Team:Shenzhen SFLS/comm/javascripts
From 2013hs.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
}); | }); | ||
- | + | var menu_active=function(_index) { | |
+ | $('.nav li').removeClass('active1'); | ||
+ | $('.nav li').eq(_index).addClass('active1'); | ||
+ | } | ||
}); | }); |
Revision as of 09:28, 13 June 2013
$(document).ready(function () {
var $menu_sub = $('var _menuItem = [{ 'txt': 'Home', 'link': 'index.html' }, { 'txt': 'Team', 'link': 'team.html' }, { 'txt': 'Project', 'link': 'team.html' } , { 'txt': 'Notebook', 'link': 'team.html' }, { 'txt': 'Protocols', 'link': 'team.html' }, { 'txt': 'Human practices', 'link': 'team.html' }];
for (var i = 0; i < _menuItem.length; i++) {
$menu_sub.append('