<html><head> <script type="text/javascript" src="/jquery/jquery.js"></script></head><body> <div><p>Hello</p></div> <div class="selected"><p>Hello Again</p></div><script> $("p").parent(".selected").css("background", "yellow");</script></body></html>