一个根据输入内容自动调整文本框高度的Jquery插件。
使用方法:
// Example:$(document).ready(function(){ $('textarea').autosize(); });