So I'm using the Autogrow Plugin for a number of textareas on a page. However, I would like the change in height to be applied when the DOM is ready for all of the textareas the are loaded with values != "", some with text that easily takes up the default size of the textarea and beyond.
Is there is a way to apply the autogrow to resize all the textareas when the DOM is ready? Upon a quick glance at the plugin's code it appears it only works on the currently selected textarea... Thanks!