Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The screenshot at right shows the rendering of prob5.html . It links to the styl

ID: 3577070 • Letter: T

Question

The screenshot at right shows the rendering of prob5.html. It links to the stylesheet prob5.css and references the jQuery file from the CDN as well as our local JavaScript file prob5.php (which contains only jQuery code). The following is a listing of prob5.html. Please see bottom.

This is page'4 2. (25 pts). The screenshot at right shows the Some Trees rendering of prob5.html. It links to the stylesheet prob5.css and references the Ash jQuery file from the CDN as well as our local Elm JavaScript fle prob5.php (which contains only Oak jQuery code). The following is a listing of prob5.html.

Explanation / Answer

$("ul").children().addClass("hilight");

The children() function is used to apply class hilight to all li elements of ul.