Posts by Vinicius • 11 points
1 post
-
0
votes3
answers311
viewsA: Problems with AJAX XML Request
x = obj.getElementsByTagName('title'); y = document.querySelectorAll('li'); for(i=0;i<title.length){ li[i].innerHTML = obj[i].firstChild.nodeValue; } …