Skip to content

Instantly share code, notes, and snippets.

View Karlbovski's full-sized avatar
🐢
Lazy loading...

SG Karlbovski

🐢
Lazy loading...
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active May 4, 2024 16:59
Git Commit message Emoji
@joyrexus
joyrexus / README.md
Last active May 3, 2024 10:41 — forked from liamcurry/gist:2597326
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})