Sha256: f1515ccee2d11bb596c7054485d70a098d148e6af854b3687a4dbb0e4bf19d38
Contents?: true
Size: 271 Bytes
Versions: 3
Compression:
Stored size: 271 Bytes
Contents
;(function( $ ) { $.fn.removeWhitespace = function() { this.contents().filter( function() { return (this.nodeType == 3 && !/\S/.test(this.nodeValue)); } ).remove(); return this; } })( jQuery );
Version data entries
3 entries across 3 versions & 1 rubygems