Jquery JavaScript DHTML


  
    
    
        $(document).ready(function(){
           $("div").one('click', function () {
              if ($(this).is(".blue,.red")) {
                $("p").text("It's the blue and red div.");
              }else{
                $("p").text("It's NOT the blue and red div.");
              }
              $("p").hide().slideDown("slow");
              
           });
        });
    
  
  
    
      Press each to see the text.
      asdf

      asdf

      
asdf

      
asdf

      
asdf

      
asdf