Difference between revisions of "Template:Queens Canada/Scripts"

Line 16: Line 16:
  
 
for(i = 0; i < weirdDiv.children.length; i++) {
 
for(i = 0; i < weirdDiv.children.length; i++) {
       getMain.appendChild(weirdDiv.childNodes[i]);
+
       getMain.appendChild(weirdDiv.children[i]);
       console.log(getMain.children[7]);
+
       console.log(weirdDiv.children[i]);
 
}
 
}
  

Revision as of 00:03, 30 May 2020