flexibleArea.js : jQuery plugin that dynamically updates Textarea’s Height

Spread the love

A jQuery plugin that dynamically updates textarea’s height to fit the content.This plugin works for textareas with fixed width as well as for textareas with fluid width. The CSS resize property is set to “none” by this plugin, which means you will not be able to manually resize the textarea.

Demo: http://flaviusmatis.github.io/flexibleArea.js/

Download Links

https://github.com/flaviusmatis/flexibleArea.js

Scroll to Top