JQuery JavaScript Tutorial

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

  Hello Again


  

And Again