Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 569 Bytes

personal-bio-site-8.md

File metadata and controls

25 lines (19 loc) · 569 Bytes

Personal Bio Site 8: Add Jquery to your Personal Bio

You will be working off of your previous iteration of your Personal Bio site.

Requirements

  1. Add Jquery to your project for any DOM manipulation.

  2. None of the following should no longer exist in your project:

  • document.getElementById
  • XHRHttpRequest
  • addEventListener
  • parentNode
  • childNode
  • siblingNode
  • any other dom traversal with the word node
  1. You should make use of jquery things like:
  • $.get
  • .click
  • .children
  • .parent
  • .sibling
  • any other methods that strike your fancy