Sha256: 64b80dc9b1dff54bc323dcff492e88e9e8f60a72f684237db2358402b93e1432
Contents?: true
Size: 225 Bytes
Versions: 9
Compression:
Stored size: 225 Bytes
Contents
(function($) { $.fn.freezeHeight = function() { return this.each(function() { var $this = $(this); $this.height($this.height()); }); } $.fn.thawHeight = function() { return this.height('auto'); } })(jQuery);
Version data entries
9 entries across 9 versions & 1 rubygems