Skip to content

Instantly share code, notes, and snippets.

@m-gagne
Created October 5, 2012 18:15
Show Gist options
  • Save m-gagne/3841444 to your computer and use it in GitHub Desktop.
Save m-gagne/3841444 to your computer and use it in GitHub Desktop.
my sample js code
// Define a local copy of jQuery
var jQuery = function( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment