Team:UT-Tokyo/Templates/BeginContent
From 2011.igem.org
(Difference between revisions)
Line 328: | Line 328: | ||
return this.indexOf(str) == 0; | return this.indexOf(str) == 0; | ||
}; | }; | ||
+ | |||
+ | |||
var UT_Tokyo = UT_Tokyo || {}; | var UT_Tokyo = UT_Tokyo || {}; | ||
Line 379: | Line 381: | ||
UT_Tokyo.selectMenuEntry = function(idx) { | UT_Tokyo.selectMenuEntry = function(idx) { | ||
+ | $('#navi #menu #hauptMenu ul li').css('background-image', 'none'); | ||
+ | if (idx == 2) { | ||
+ | $('#projectMenu').show(); | ||
+ | } | ||
$('#slider').nivoToggle(idx); | $('#slider').nivoToggle(idx); | ||
$('#navi').mouseleave(function() { | $('#navi').mouseleave(function() { |
Revision as of 16:08, 31 August 2011