Team:Lyon-INSA/notebook
From 2012.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<script> | <script> | ||
+ | |||
+ | var globalDay; | ||
+ | var globalMonth; | ||
+ | |||
+ | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Line 13: | Line 18: | ||
selectMonth($(this).text(),"asc"); | selectMonth($(this).text(),"asc"); | ||
}); | }); | ||
+ | |||
+ | $("#jourPrecedent").click(function(){previousDay(globalMonth,globalDay)}); | ||
+ | |||
+ | $("#jourSuivant").click(function(){nextDay(globalMonth,globalDay)}); | ||
}); | }); |
Revision as of 08:59, 19 August 2012
June
July
August
September
October