Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Created April 16, 2015 03:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericelliott/e2abb523011697a58721 to your computer and use it in GitHub Desktop.
Save ericelliott/e2abb523011697a58721 to your computer and use it in GitHub Desktop.
How to extend the jQuery prototype
/*
How to extend the jQuery prototype:
So difficult.
Brain hurts.
ouch.
*/
jQuery.fn.megaCalendarWidget = megaCalendarWidget;
// omg I'm so glad that's over.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment