Jquery JavaScript DHTML


  
    
    
        $(document).ready(function(){
           $("#container").click(function (e) {
              var $ch = $(e.target).children();
              
              $("#results span:first").text($ch.length);
              
              e.preventDefault();
              return false;
            });
        });
    
  
  
    
    
        

          

This is the way we 
          write the demo,


        

        
    

    Found 0 children in TAG.