Skip to content

Instantly share code, notes, and snippets.

View GeeksRock's full-sized avatar

Michelle Edmondson GeeksRock

  • Arkansas City, KS
View GitHub Profile
@GeeksRock
GeeksRock / .gitignore
Created July 22, 2017 19:44 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #

Moving from jQuery

Events

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