Jquery JavaScript DHTML


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

          

This is the way we 
          write the demo,