I want to scan a div for all childNodes including the ones that are nestled within other elements. Right now I have this:
var t = document.getElementById(\'DivId
This is the fastest and simplest way, and it works on all browsers:
myDiv.getElementsByTagName("*")