Manipulate the Last LI

Select the Last Li in this list and turn its text red.

  • First
  • Second
  • Third
  • Fourth

Select specific children from a nested list.

Select the only the first children of the LI "Sally".

Some Text

Some More Text

Random Div
  • Bob
  • Sally
    • Car
    • Boat
    • Bike
      • Red
      • Green
      • Blue
  • Larry
  • Mo

Get a Field value and Write it to the page

Write the value of the "Code Types" select field to a new div within the fieldset.

Find Dimensions of an Element

Write actual rendered dimensions of the following div including any padding to the div itself.

This is a div. How big am i?

Events

Place a click event on the following link. When clicked toggle it's class name from 'clicked' to 'not-clicked'.

Click Me

Ajax

Call ajax_return.html and write's its json as a "name": "value" list to the following div:

My Response Was...