jquery constructor(null)
<!-- jQuery = function() { --> <!-- return new jQuery.fn.F(); --> <!-- }, --> <!-- jQuery.fn = jQuery.prototype = { --> <!-- constructor: jQuery, --> <!-- F: function() { --> <!-- }, --> <!-- } --> <!-- jQuery.fn.F.prototype = jQuery.fn; --> var f = $("div").constructor(null);