Template:Team:Paris Saclay/simbox
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
var sb= simboxes[i]; | var sb= simboxes[i]; | ||
var xmlfile= "https://2013.igem.org/Team:Paris_Saclay/"+sb.textContent+"?action=raw&ctype=text/css"; | var xmlfile= "https://2013.igem.org/Team:Paris_Saclay/"+sb.textContent+"?action=raw&ctype=text/css"; | ||
- | + | sb.innerHTML= ""; | |
- | init_simbox( | + | init_simbox(sb, i, xmlfile); |
} | } | ||
} | } | ||
- | function init_simbox( | + | function init_simbox(sb, id, xmlfile) |
{ | { | ||
- | alert( | + | alert(sb.className); |
} | } | ||
Revision as of 18:01, 2 August 2013
{{{load}}}