Check-in 4
Task
For this check-in, take what I did in class to introduce jQuery:
and add one new button, labeled “Reset”. When pressed, the button should remove any cross-throughs on items, and set the count to “0 destinations visited”.
To do so, you should use the .click()
callback technique in jQuery,
and then .removeClass("finished")
on the <li>
elements.