JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
              $("p").next(".selected").css("background", "yellow");
        });
    
  
  
    
        

Hello


        Hello Again