Team:Tec-Monterrey/ITESM14 notebook.html
From 2014.igem.org
(Difference between revisions)
Ejzardainc (Talk | contribs) |
Ejzardainc (Talk | contribs) |
||
(One intermediate revision not shown) | |||
Line 18: | Line 18: | ||
domain: "month", | domain: "month", | ||
subDomain: "x_day", | subDomain: "x_day", | ||
- | data: " | + | data: "https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.json?action=raw&ctype=text/html", |
start: new Date(2014, 5), | start: new Date(2014, 5), | ||
cellSize: 20, | cellSize: 20, | ||
Line 30: | Line 30: | ||
var day = date.getDate(); | var day = date.getDate(); | ||
var pid = "date-" + month + "-" + day; | var pid = "date-" + month + "-" + day; | ||
- | $("#myid").load(" | + | $("#myid").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.html #" + pid); |
} | } | ||
}); | }); |
Latest revision as of 09:33, 17 October 2014