function resizeIt(textarea) { $('#'+textarea).css("height", $('#'+textarea).attr("scrollHeight")); }