Skip to content

Instantly share code, notes, and snippets.

View Shoom's full-sized avatar

Uli Schumacher Shoom

  • SinnerSchrader
  • Hamburg, Germany
View GitHub Profile
Verifying that +shoom is my openname (Bitcoin username). https://onename.io/shoom
@Shoom
Shoom / gist:9622e6e09ca6be63f98f
Last active July 19, 2018 11:52
CSSconf EU 2014
{
"cssconf": {
"location": {
"date": "September 12, 2014",
"country": "Germany",
"city": "Berlin",
"venue": "Radialsystem V",
"lat": 52.51039,
"long": 13.42864
},

Moving from jQuery

Events

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