Team:Cornell/Sandbox/notebook
From 2012.igem.org
(Difference between revisions)
R.Lizarralde (Talk | contribs) |
R.Lizarralde (Talk | contribs) |
||
Line 41: | Line 41: | ||
row.children[i].children[0].children[1].style.display = (hide ? 'none' : 'block'); | row.children[i].children[0].children[1].style.display = (hide ? 'none' : 'block'); | ||
row.children[i].children[1].className = (hide ? 'nb-only-i' : 'nb-only'); | row.children[i].children[1].className = (hide ? 'nb-only-i' : 'nb-only'); | ||
- | + | alert("nb-" + document.getElementsByClassName(row.children[i].children[0].children[1].id)); | |
var list = "nb-" + document.getElementsByClassName(row.children[i].children[0].children[1].id); | var list = "nb-" + document.getElementsByClassName(row.children[i].children[0].children[1].id); | ||
for (var j = 0; j < list.length; j++) { | for (var j = 0; j < list.length; j++) { |
Revision as of 21:11, 6 March 2013