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);

原文地址:https://www.cnblogs.com/yaowen/p/6906678.html