Skip to content

Instantly share code, notes, and snippets.

@jakegiri
jakegiri / README.md
Created November 21, 2018 11:47 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@jakegiri
jakegiri / gist:124ecaec853b65826fc45521a6899b9f
Created October 22, 2018 14:26 — forked from getify/gist:7ae82fdc2e86bf66bcba
List of ES6 books either out or in progress...
@jakegiri
jakegiri / git_bash_aliases.dot
Created February 16, 2017 07:48
Bash alias file. Customize BASH PS1 prompt to show current GIT repository and branch. by Mike Stewart - http://MediaDoneRight.com
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset