Skip to content

Instantly share code, notes, and snippets.

View mestoness's full-sized avatar
🎯
Focusing

Ahmet Baki Memiş mestoness

🎯
Focusing
  • ********
View GitHub Profile
@mestoness
mestoness / README.md
Created March 18, 2021 06:52 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@mestoness
mestoness / README.md
Created February 21, 2021 19:30 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

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