Team:Tsinghua-A/javascript/lw-metro-ui-original.js
From 2012.igem.org
CubicStone (Talk | contribs) (Created page with "(function($){$(document).ready( function(){ $("body.home #content div.post, body.search #content div.post, body.archive #content div.post").mouseover(function(){$(this).stop().an...") |
|||
Line 1: | Line 1: | ||
(function($){$(document).ready( | (function($){$(document).ready( | ||
function(){ | function(){ | ||
- | $(" | + | $("#textWrapper").mouseover(function(){$(this).stop().animate({backgroundColor:'#FFF6ED',color:'#000000'},'fast');}).mouseout(function(){$(this).stop().animate({backgroundColor:'#E9F3FA',color:'#336699'},'fast');});$("#textWrapper").click(function(){window.location=$(this).find("h2 a").attr("href");return false;}); |
$("div.nav-previous, div.nav-next").click(function(){window.location=$(this).find("a").attr("href");return false;}); | $("div.nav-previous, div.nav-next").click(function(){window.location=$(this).find("a").attr("href");return false;}); | ||
$("div.nav-previous, div.nav-next").mouseover(function(){$(this).find("a").css({'text-decoration':'underline'});}).mouseout(function(){$(this).find("a").css({'text-decoration':'none'});});var colors=["#C82344","#19A054","#532203","#BDDC30","#034480","#651858","#1B3042","#D5B200","#427E17","#E76422","#931411","#7F9076","#C9ABD0","#151A1C","#48A1A9","#E7AD09","#200044","#758C00"];var ck=0;$('li.ctc li').each(function(i){$(this).css({'background-color':colors[ck],'border':'1px '+ colors[ck]+' solid'});ck++;});$("ul.ctc-tag-cloud li").click(function(){window.location=$(this).find("a").attr("href");return false;}); | $("div.nav-previous, div.nav-next").mouseover(function(){$(this).find("a").css({'text-decoration':'underline'});}).mouseout(function(){$(this).find("a").css({'text-decoration':'none'});});var colors=["#C82344","#19A054","#532203","#BDDC30","#034480","#651858","#1B3042","#D5B200","#427E17","#E76422","#931411","#7F9076","#C9ABD0","#151A1C","#48A1A9","#E7AD09","#200044","#758C00"];var ck=0;$('li.ctc li').each(function(i){$(this).css({'background-color':colors[ck],'border':'1px '+ colors[ck]+' solid'});ck++;});$("ul.ctc-tag-cloud li").click(function(){window.location=$(this).find("a").attr("href");return false;}); | ||
});})(jQuery); | });})(jQuery); |
Latest revision as of 08:08, 21 September 2012
(function($){$(document).ready( function(){ $("#textWrapper").mouseover(function(){$(this).stop().animate({backgroundColor:'#FFF6ED',color:'#000000'},'fast');}).mouseout(function(){$(this).stop().animate({backgroundColor:'#E9F3FA',color:'#336699'},'fast');});$("#textWrapper").click(function(){window.location=$(this).find("h2 a").attr("href");return false;}); $("div.nav-previous, div.nav-next").click(function(){window.location=$(this).find("a").attr("href");return false;}); $("div.nav-previous, div.nav-next").mouseover(function(){$(this).find("a").css({'text-decoration':'underline'});}).mouseout(function(){$(this).find("a").css({'text-decoration':'none'});});var colors=["#C82344","#19A054","#532203","#BDDC30","#034480","#651858","#1B3042","#D5B200","#427E17","#E76422","#931411","#7F9076","#C9ABD0","#151A1C","#48A1A9","#E7AD09","#200044","#758C00"];var ck=0;$('li.ctc li').each(function(i){$(this).css({'background-color':colors[ck],'border':'1px '+ colors[ck]+' solid'});ck++;});$("ul.ctc-tag-cloud li").click(function(){window.location=$(this).find("a").attr("href");return false;}); });})(jQuery);