JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
                
            $("p:first").click(function () {
              $(this).fadeTo("slow", Math.random());
            });
        });
    
  
  
    
      

asdf