Jump to content

Alon

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Alon

  1. Sorry but there is no option try it yourself and then I wrote on my code play app this is not working,that code I m trying is like this but is wrong please make correct this ,

    <p class="post"></p>

    <p class="post"></p>

    <p id="demo"></p>

    <Script>

    var  x = 

    document.getElementByClassName("post");

    document.getElementById("demo").innerHTML=x.length;

    </script>

    I can get length of classes names with this cod but I can't use loop in this code please do  complete this code with loop 

     

     

×
×
  • Create New...