Jquery JavaScript DHTML


  
    
    
        $(document).ready(function(){
           $("#container").click(function (e) {
              
              alert(e.target.tagName);
              e.preventDefault();
              return false;
            });
        });
    
  
  
    
    
        

          

This is the way we 
          write the demo,