Team:Tec-Monterrey/antifreeze/notebook
From 2012.igem.org
(Difference between revisions)
Line 231: | Line 231: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | |||
$("#div_subcontent").hide(); | $("#div_subcontent").hide(); | ||
$("#div_subcontent").fadeIn(1000); | $("#div_subcontent").fadeIn(1000); | ||
Line 269: | Line 268: | ||
}, 1000); | }, 1000); | ||
$("#div_content").fadeOut(1000); | $("#div_content").fadeOut(1000); | ||
+ | }); | ||
+ | //Circles | ||
+ | $("#cl1").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/project" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl2").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/video" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl3").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/data" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl4").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/safety" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl5").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/results" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl6").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/notebook" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
}); | }); | ||
//Tabs | //Tabs | ||
Line 285: | Line 321: | ||
var sep_type = new Array(); | var sep_type = new Array(); | ||
var sep_info = new Array(); | var sep_info = new Array(); | ||
- | $('#tab1').click(function() { | + | /*$('#tab1').click(function() { |
month = 0; | month = 0; | ||
toggleMonth(); | toggleMonth(); | ||
Line 308: | Line 344: | ||
month = 5; | month = 5; | ||
toggleMonth(); | toggleMonth(); | ||
- | }); | + | });*/ |
//notebook buttons | //notebook buttons | ||
$('#btd1').click(function() { replaceBox(1); }); | $('#btd1').click(function() { replaceBox(1); }); |
Revision as of 02:41, 27 September 2012
|
||||||||||||||||||||||||||||||||||||||
|