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

Line 8: Line 8:
 
<script src="https://2015.igem.org/Template:ETH_Zurich/jquery-ui-min.js?action=raw&ctype=text/javascript"></script>
 
<script src="https://2015.igem.org/Template:ETH_Zurich/jquery-ui-min.js?action=raw&ctype=text/javascript"></script>
 
<script>
 
<script>
  $(function() {
+
var notes = "";
 +
 
 +
$(function() {
 +
    $.get("https://2015.igem.org/Team:ETH_Zurich/Notebook/Text?action=raw&ctype=text/javascript", function(response) {
 +
        notes = response.replace(/\n/g,'\t');
 +
    });
 +
    console.log(notes);
 +
});
 +
 
 +
$(function() {
  
 
$( "#datepicker" ).datepicker({
 
$( "#datepicker" ).datepicker({

Revision as of 06:49, 29 August 2015

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

Notebook

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