Skip to content

Instantly share code, notes, and snippets.

View samakintunde's full-sized avatar
🛠️
Building stuff...

Samuel Akintunde samakintunde

🛠️
Building stuff...
View GitHub Profile
@samakintunde
samakintunde / dom-helper.js
Created October 27, 2019 11:39 — forked from SitePointEditors/dom-helper.js
Mini jQuery, sort of.
/**
* A collection of helper prototype for everyday DOM traversal, manipulation,
* and event binding. Sort of a minimalist jQuery, mainly for demonstration
* purposes. MIT @ m3g4p0p
*/
window.$ = (function (undefined) {
/**
* Duration constants
* @type {Object}
@samakintunde
samakintunde / webdev_online_resources.md
Created July 16, 2018 23:23 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)