Skip to content

Instantly share code, notes, and snippets.

@dossorio
dossorio / log all jQuery events
Created July 27, 2016 12:07 — forked from kirkonrails/log all jQuery events
Log all jQuery events to console via redfine jquery trigger
var oldJQueryEventTrigger = jQuery.event.trigger;
jQuery.event.trigger = function( event, data, elem, onlyHandlers ) {
console.log( event, data, elem, onlyHandlers );
oldJQueryEventTrigger( event, data, elem, onlyHandlers );
}
@dossorio
dossorio / gist:7086471
Created October 21, 2013 16:11
base.html.twig
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Seed Recruit is a platform boasting jobs from coolest startups on the planet.
Seed Recruit is also an online recruitment platform where you can find your rockstars with the click of a button.
Seed Recruit - Startups, Talents, Jobs.">
<meta name="author" content="Seed Recruit">
@dossorio
dossorio / gist:7086445
Last active December 26, 2015 03:29
base.html.twig
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Seed Recruit is a platform boasting jobs from coolest startups on the planet.
Seed Recruit is also an online recruitment platform where you can find your rockstars with the click of a button.
Seed Recruit - Startups, Talents, Jobs.">
<meta name="author" content="Seed Recruit">