[jQuery] Resize <textarea> to fit all text (needing scrollHeight?)

[jQuery] Resize <textarea> to fit all text (needing scrollHeight?)


I want to adjust a <textarea> to fit all of the text within. I tried
toying with the dimensions plugin, but it doesn't offer the
scrollHeight attribute, which is what I think I need. Before I go
journeying off on a wild tangent to my actual project, I wanted to
make sure that a) I'm barking up the right tree and b) jQuery doesn't
already offer this in some function I'm unaware of.
Thanks!
Nate