Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 705 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 705 Bytes

bigwheel.js

bigwheel.js is my JavaScript library for tasks I do over and over again, like selecting elements, event handling and string manipulation. It's my take on jQuery, made up of only the functions I actually use.

It irks me that I use so many libraries. On personal projects with no deadline, it's satisfying and instructive to build stuff with my bare hands out of vanilla JavaScript.

Here's the wiki and changelog.