Team:Tec-Monterrey/allergen/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 307: | Line 306: | ||
$("#div_subcontent").fadeOut(1000); | $("#div_subcontent").fadeOut(1000); | ||
}); | }); | ||
- | |||
//Tabs | //Tabs | ||
var month = 0; | var month = 0; | ||
Line 323: | 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; | ||
Line 348: | Line 345: | ||
toggleMonth(); | toggleMonth(); | ||
}); | }); | ||
- | |||
//notebook buttons | //notebook buttons | ||
$('#btd1').click(function() { replaceBox(1); }); | $('#btd1').click(function() { replaceBox(1); }); | ||
Line 381: | Line 377: | ||
$('#btd30').click(function() { replaceBox(30); }); | $('#btd30').click(function() { replaceBox(30); }); | ||
$('#btd31').click(function() { replaceBox(31); }); | $('#btd31').click(function() { replaceBox(31); }); | ||
- | |||
function toggleMonth() | function toggleMonth() | ||
{ | { | ||
Line 1,052: | Line 1,047: | ||
<td> | <td> | ||
<div id="textbox"> | <div id="textbox"> | ||
- | + | Enable Javascript to view notebook | |
</div> | </div> | ||
</td> | </td> |
Revision as of 02:46, 27 September 2012
|
||||||||||||||||||||||||||||||||||||||
|