Syedjafri97 (Talk | contribs) |
Syedjafri97 (Talk | contribs) |
||
Line 641: | Line 641: | ||
$('.yeastiesRai').css('opacity','0.5'); | $('.yeastiesRai').css('opacity','0.5'); | ||
$('.yeastiesAinna').css('opacity','1'); | $('.yeastiesAinna').css('opacity','1'); | ||
+ | }); | ||
+ | |||
+ | $('.yeastiesMayi').click(function () { | ||
+ | $('#teamInfo').html(""); | ||
+ | $('#teamInfo').addClass('content1'); | ||
+ | $('#teamInfo').removeClass('content2'); | ||
+ | $('#teamInfo').css('color','white'); | ||
+ | $('.headerName').html('CHASSIS'); | ||
+ | $('.headerName').css('display','block'); | ||
+ | |||
+ | $('.yeastiesMayi').css('opacity','1'); | ||
+ | $('.yeastiesNygren').css('opacity','0.5'); | ||
+ | $('.yeastiesVogel').css('opacity','0.5'); | ||
+ | $('.yeastiesGoodarzi').css('opacity','0.5'); | ||
+ | $('.yeastiesWong').css('opacity','0.5'); | ||
+ | $('.yeastiesDirkson').css('opacity','0.5'); | ||
+ | $('.yeastiesJenne').css('opacity','0.5'); | ||
+ | }); | ||
+ | |||
+ | $('.yeastiesNygren').click(function () { | ||
+ | $('#teamInfo').html(""); | ||
+ | $('#teamInfo').addClass('content1'); | ||
+ | $('#teamInfo').removeClass('content2'); | ||
+ | $('#teamInfo').css('color','white'); | ||
+ | $('.headerName').html('CHASSIS'); | ||
+ | $('.headerName').css('display','block'); | ||
+ | |||
+ | $('.yeastiesMayi').css('opacity','0.5'); | ||
+ | $('.yeastiesNygren').css('opacity','1'); | ||
+ | $('.yeastiesVogel').css('opacity','0.5'); | ||
+ | $('.yeastiesGoodarzi').css('opacity','0.5'); | ||
+ | $('.yeastiesWong').css('opacity','0.5'); | ||
+ | $('.yeastiesDirkson').css('opacity','0.5'); | ||
+ | $('.yeastiesJenne').css('opacity','0.5'); | ||
+ | }); | ||
+ | $('.yeastiesVogel').click(function () { | ||
+ | $('#teamInfo').html(""); | ||
+ | $('#teamInfo').addClass('content1'); | ||
+ | $('#teamInfo').removeClass('content2'); | ||
+ | $('#teamInfo').css('color','white'); | ||
+ | $('.headerName').html('CHASSIS'); | ||
+ | $('.headerName').css('display','block'); | ||
+ | |||
+ | $('.yeastiesMayi').css('opacity','0.5'); | ||
+ | $('.yeastiesNygren').css('opacity','0.5'); | ||
+ | $('.yeastiesVogel').css('opacity','1'); | ||
+ | $('.yeastiesGoodarzi').css('opacity','0.5'); | ||
+ | $('.yeastiesWong').css('opacity','0.5'); | ||
+ | $('.yeastiesDirkson').css('opacity','0.5'); | ||
+ | $('.yeastiesJenne').css('opacity','0.5'); | ||
+ | }); | ||
+ | $('.yeastiesGoodarzi').click(function () { | ||
+ | $('#teamInfo').html(""); | ||
+ | $('#teamInfo').addClass('content1'); | ||
+ | $('#teamInfo').removeClass('content2'); | ||
+ | $('#teamInfo').css('color','white'); | ||
+ | $('.headerName').html('CHASSIS'); | ||
+ | $('.headerName').css('display','block'); | ||
+ | |||
+ | $('.yeastiesMayi').css('opacity','0.5'); | ||
+ | $('.yeastiesNygren').css('opacity','0.5'); | ||
+ | $('.yeastiesVogel').css('opacity','0.5'); | ||
+ | $('.yeastiesGoodarzi').css('opacity','1'); | ||
+ | $('.yeastiesWong').css('opacity','0.5'); | ||
+ | $('.yeastiesDirkson').css('opacity','0.5'); | ||
+ | $('.yeastiesJenne').css('opacity','0.5'); | ||
+ | }); | ||
+ | $('.yeastiesWong').click(function () { | ||
+ | $('#teamInfo').html(""); | ||
+ | $('#teamInfo').addClass('content1'); | ||
+ | $('#teamInfo').removeClass('content2'); | ||
+ | $('#teamInfo').css('color','white'); | ||
+ | $('.headerName').html('CHASSIS'); | ||
+ | $('.headerName').css('display','block'); | ||
+ | |||
+ | $('.yeastiesMayi').css('opacity','0.5'); | ||
+ | $('.yeastiesNygren').css('opacity','0.5'); | ||
+ | $('.yeastiesVogel').css('opacity','0.5'); | ||
+ | $('.yeastiesGoodarzi').css('opacity','0.5'); | ||
+ | $('.yeastiesWong').css('opacity','1'); | ||
+ | $('.yeastiesDirkson').css('opacity','0.5'); | ||
+ | $('.yeastiesJenne').css('opacity','0.5'); | ||
+ | }); | ||
+ | $('.yeastiesDirkson').click(function () { | ||
+ | $('#teamInfo').html(""); | ||
+ | $('#teamInfo').addClass('content1'); | ||
+ | $('#teamInfo').removeClass('content2'); | ||
+ | $('#teamInfo').css('color','white'); | ||
+ | $('.headerName').html('CHASSIS'); | ||
+ | $('.headerName').css('display','block'); | ||
+ | |||
+ | $('.yeastiesMayi').css('opacity','0.5'); | ||
+ | $('.yeastiesNygren').css('opacity','0.5'); | ||
+ | $('.yeastiesVogel').css('opacity','0.5'); | ||
+ | $('.yeastiesGoodarzi').css('opacity','0.5'); | ||
+ | $('.yeastiesWong').css('opacity','0.5'); | ||
+ | $('.yeastiesDirkson').css('opacity','1'); | ||
+ | $('.yeastiesJenne').css('opacity','0.5'); | ||
+ | }); | ||
+ | $('.yeastiesJenne').click(function () { | ||
+ | $('#teamInfo').html(""); | ||
+ | $('#teamInfo').addClass('content1'); | ||
+ | $('#teamInfo').removeClass('content2'); | ||
+ | $('#teamInfo').css('color','white'); | ||
+ | $('.headerName').html('CHASSIS'); | ||
+ | $('.headerName').css('display','block'); | ||
+ | |||
+ | $('.yeastiesMayi').css('opacity','0.5'); | ||
+ | $('.yeastiesNygren').css('opacity','0.5'); | ||
+ | $('.yeastiesVogel').css('opacity','0.5'); | ||
+ | $('.yeastiesGoodarzi').css('opacity','0.5'); | ||
+ | $('.yeastiesWong').css('opacity','0.5'); | ||
+ | $('.yeastiesDirkson').css('opacity','0.5'); | ||
+ | $('.yeastiesJenne').css('opacity','1'); | ||
}); | }); | ||
Revision as of 21:57, 26 August 2016