sstef / chiefDOM

Intensive basic recreation of jQuery from the ground up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chiefDOM

Intensive basic recreation of jQuery from the ground up. It handles DOM manipulation through vanilla JavaScript and functionally supports:

  • Creation of DOM Elements
  • Selection of DOM Elements via HTML tags, ids or classes
  • Append elements
  • Make AJAX requests
  • Add and Remove event handlers

About

Intensive basic recreation of jQuery from the ground up


Languages

Language:JavaScript 88.2%Language:HTML 11.8%