Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rjsheperd on github.
  • I am rjsheperd (https://keybase.io/rjsheperd) on keybase.
  • I have a public key whose fingerprint is 2CEB 56E8 B9D7 5F69 6762 F2C5 8A16 44EB 207E 2B02

To claim this, I am signing this object:

// Set up global May Day object (md) to attach functions to
var md = md || {};
(function($, md) {
// dollar sign ($) == jQuery
// Can add new functions to the jQuery prototype
$.fn.newFunction = function() {
return true;
}