Skip to content

Instantly share code, notes, and snippets.

@seseg-rj
Created August 8, 2014 16:39
Show Gist options
  • Save seseg-rj/3581bd8e133fb763146e to your computer and use it in GitHub Desktop.
Save seseg-rj/3581bd8e133fb763146e to your computer and use it in GitHub Desktop.
$(".main").constructor
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