Skip to content

Instantly share code, notes, and snippets.

View benrasmusen's full-sized avatar

Ben Rasmusen benrasmusen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am benrasmusen on github.
  • I am benrasmusen (https://keybase.io/benrasmusen) on keybase.
  • I have a public key ASAZO_KOHpjHwPcpOIFAXNXMcHgq25uZJa9dZkBh08FebQo

To claim this, I am signing this object:

/* ========================================================================
* DOM-based Routing
* Based on http://goo.gl/EUTi53 by Paul Irish
*
* Only fires on body classes that match. If a body class contains a dash,
* replace the dash with an underscore when adding it to the object below.
*
* .noConflict()
* The routing is enclosed within an anonymous function so that you can
* always reference jQuery with $, even when in .noConflict() mode.