'hasChildNodes()' Example : hasChildNodes : Node Operation JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Node Operation » hasChildNodes »

 

'hasChildNodes()' Example



    
<html>
<body>
<script language="JavaScript">
function function1() { 
    alert(document.getElementById("myText").hasChildNodes());
}
</script>
<p id="myText">
This sample 
<b>text</b> 
has child nodes.
</p>
<button onclick="function1();">HasChildNodes</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Node Operation
» hasChildNodes