Title / Description
Code function autoResizePreline() { console.log('autoResizePreline'); \$('span.preline > div.multiligne').remove(); \$('span.preline').each(function(i) { if (\$(this).height()>17) { console.log(i + ' ' + \$(this).height()); var h=\$(this).height()-15; \$(this).append('<div class="multiligne" style=" height:' +h+ 'px">↵</div>'); } // \$( this ).prev().height( \$( this ).height( ) ); }); } function hello() { return 'HELLO WORLD'; } hello();
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code