Makes text input fields and textareas expandable to sorround just the text with the option to limit the size.
Options:
limit | integer or array | optional | the limit in pixels. if it is array the first index defines the width and the second the height. |
Code sample:
$('.input1').Autoexpand(400);