Team:Lyon-INSA/notebook
From 2012.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
$("#p-logo").find("img").attr("src","none"); | $("#p-logo").find("img").attr("src","none"); | ||
+ | |||
+ | $(".month").click(function(){ | ||
+ | selectMonth($(this).text(),"asc"); | ||
+ | }); | ||
}); | }); | ||
- | |||
- | |||
- | |||
function selectMonth(month_name,type) | function selectMonth(month_name,type) | ||
Line 20: | Line 21: | ||
$(".diapoContent").html(""); | $(".diapoContent").html(""); | ||
$(".textContent").html(""); | $(".textContent").html(""); | ||
- | + | ||
- | + | var xmlDoc=xmldata.XMLDocument.documentElement | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
var day=0; | var day=0; | ||
var x=xmlDoc.getElementsByTagName("month"); | var x=xmlDoc.getElementsByTagName("month"); |
Revision as of 18:01, 18 August 2012
June
July
August
September
October