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();
});
« Back to Code | Docs | Demos | Download | Source
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();
});