hkumar1993 / jquery-lite

Learning the various functions of Vanilla JS by building a custom made jQuery library clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Lite

This project was made to learn the various functions of Vanilla JavaScript by building a lite version of jQuery.

This project uses $l as the jQuery function rather than $. Test out the following functions in your own browser:

  • $l(selector)
  • $l(HTMLElement)
  • $l(Function)
  • .html
  • .empty
  • .append
  • .attr
  • .addClass
  • .remove
  • .children
  • .parent
  • .find
  • .remove
  • .on
  • .off

About

Learning the various functions of Vanilla JS by building a custom made jQuery library clone


Languages

Language:JavaScript 89.8%Language:HTML 10.2%