Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
<#text/><SPAN/><#text/>
<html>
<head><title>Test 2</title>
<script type="text/javascript">
window.onload = function(){
var div = document.getElementById('root');
var d = '';
for(var i=0; i<div.childNodes.length; i++){
d += '<' + div.childNodes[i].nodeName + '>';
}
alert(d);
}
</script>
</head>
<body>
<div id="root">This chicken tastes <span style="font-weight: bold;">really</span> good.</div>
</body>
</html>
1 to 2 of 2