Skip to content

Instantly share code, notes, and snippets.

@kkoziarski
Created November 28, 2014 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkoziarski/588c7090746cade9c09b to your computer and use it in GitHub Desktop.
Save kkoziarski/588c7090746cade9c09b to your computer and use it in GitHub Desktop.
textarea - resize for content
$(document).ready(function() {
var $abc = $('#txtResolution1');
$abc.css("height", $abc.attr("scrollHeight"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment