jQuery Expandable Plugin Demos

Just start typing away in the textarea and watch it expand as you type.

Here is the code for this demo.

jQuery(function($) {
    $('#expandableDemo').expandable();
});