Skip to content

Instantly share code, notes, and snippets.

@devth
Created March 2, 2011 19:10
Show Gist options
  • Select an option

  • Save devth/851498 to your computer and use it in GitHub Desktop.

Select an option

Save devth/851498 to your computer and use it in GitHub Desktop.
$
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