Team:Lyon-INSA/home
From 2012.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<script href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | <script href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
<script> | <script> | ||
+ | |||
+ | var globalDay; | ||
+ | var globalMonth; | ||
+ | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".choixMenu").mouseover(function(){ | $(".choixMenu").mouseover(function(){ | ||
Line 55: | Line 59: | ||
}); | }); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
$(".month").click(function(){ | $(".month").click(function(){ | ||
selectMonth($(this).text()); | selectMonth($(this).text()); |
Revision as of 10:34, 17 July 2012
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">