Created
October 5, 2012 18:15
-
-
Save m-gagne/3841444 to your computer and use it in GitHub Desktop.
my sample js code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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