Jquery JavaScript DHTML


  
    
    
        $(document).ready(function(){
                
            $("p:first").click(function () {
              $(this).fadeTo("slow", 0.33);
            });
        });
    
  
  
    
      

asdf