|
|
Line 269: |
Line 269: |
| }, 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 347: |
Line 310: |
| }); | | }); |
| //notebook buttons | | //notebook buttons |
- | /*$('#btd1').click(function() { replaceBox(1); }); | + | $('#btd1').click(function() { replaceBox(1); }); |
| $('#btd2').click(function() { replaceBox(2); }); | | $('#btd2').click(function() { replaceBox(2); }); |
| $('#btd3').click(function() { replaceBox(3); }); | | $('#btd3').click(function() { replaceBox(3); }); |
Line 378: |
Line 341: |
| $('#btd30').click(function() { replaceBox(30); }); | | $('#btd30').click(function() { replaceBox(30); }); |
| $('#btd31').click(function() { replaceBox(31); }); | | $('#btd31').click(function() { replaceBox(31); }); |
- | */
| |
| function toggleMonth() | | function toggleMonth() |
| { | | { |