Difference between revisions of "Team:ETH Zurich/Notebook"

m
m
Line 4: Line 4:
 
<script>
 
<script>
 
   $(function() {
 
   $(function() {
    $( "#datepicker" ).datepicker({
+
var text;
 +
$.get("https://2015.igem.org/Team:ETH_Zurich/Notebook/Text?action=raw&ctyle=text/javascript", function(response) {
 +
text = response;
 +
}
 +
$( "#datepicker" ).datepicker({
 
inline:true,
 
inline:true,
 
firstDay:1,
 
firstDay:1,
Line 12: Line 16:
 
document.getElementById('notes').innerHTML += dateText;
 
document.getElementById('notes').innerHTML += dateText;
 
document.getElementById('notes').innerHTML += ". Oh dear...the notes for that day seem to have run away and we can't find them. :(";
 
document.getElementById('notes').innerHTML += ". Oh dear...the notes for that day seem to have run away and we can't find them. :(";
 +
document.getElementById('notes').innerHTML += text;
 
}
 
}
 
});
 
});

Revision as of 13:38, 24 July 2015

"What I cannot create I do not understand."
- Richard Feynmann

Notebook

Select a day to see what our lab did that day.