[LAB] exploring the DOM with latest JS, and ava.js

René Maya 76aece8bdd Add readme file il y a 7 ans
src 0e598d0e88 Config ava il y a 7 ans
test 0e598d0e88 Config ava il y a 7 ans
.babelrc 3bec884f28 Add rc files il y a 7 ans
.eslintrc 3bec884f28 Add rc files il y a 7 ans
.gitignore 31e1ace808 Init dom js il y a 7 ans
License 31e1ace808 Init dom js il y a 7 ans
Readme.md 76aece8bdd Add readme file il y a 7 ans
package.json a223feb161 Config ava il y a 7 ans
yarn.lock 31e1ace808 Init dom js il y a 7 ans

Readme.md

DOM js

Dom.js is a coding exercise for getting familiar with the DOM, the latest ECMAScript, and Ava.js, all at once.

Inspired by other coding exercises which recreate a library's functionality for the sake of becoming familiar with how the original works.

Dom.js recreates these form jQuery:

  • Simple selector
  • CSS manipulation
  • CSS class manipulation
  • DOM manipulation
  • AJAX request
  • Event listeners
    • Additional event listener trigger
    • Event delegation

License

ISC license. Included in the License file. Copyright (c) 2017, René Maya.