Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including jquery.autogrow-textarea with all npm packages installed. Try it out:

require("jquery/package.json"); // jquery is a peer dependency. var jqueryAutogrowTextarea = require("jquery.autogrow-textarea")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

jquery.autogrow-textarea v0.4.1

This is a jquery plugin that will auto-grow your text areas vertically (like facebook) or horizontally. It is based off [a code snippet by dhruvbird](https://code.google.com/p/gaequery/source/browse/trunk/src/static/scripts/jquery.autogrow-textarea.js?r=2). The plugin uses a hidden mirror textarea to calculate the idea height (and width) of the target text area. Differences from the original code snippet are:

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free