-
Add Jquery to your project for any DOM manipulation.
-
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
- You should make use of jquery things like:
- $.get
- .click
- .children
- .parent
- .sibling
- any other methods that strike your fancy