I have a basic script which allows me to click on the website\'s background, excluding #content.
#content
After upgrading jQuery to 3.1.0 version, I get this err
Please use 'length' like @charlietfl suggested. But I was unable to trace from where the error was getting displayed, hence I ended up with below.
(function ($) { $.fn.extend({ size: function () { return $(this).length; } }); })(jQuery);