(function ($, b, a){ $.scrollbarWidth = function (){ var c, d; if (a === b) { c = $('
').appendTo("body"); d = c.children(); a = d.innerWidth() - d.height(99).innerWidth(); c.remove(); } return a; } ; } )(jQuery);