[jQuery] Re: Autogrow Plugin -- Apply to Textareas on When the DOM is Ready

2008-03-03 Thread Ariel Flesler
I never saw it, but the name suggests it strecthes textareas as you write, right ? If so, it must react to keypress, keydown, or keyup. If you want the plugin to check at start, you could try: $(function(){ $('textarea.autogrow').trigger(event); }); Where 'textarea.autogrow' is the selector

[jQuery] Re: Autogrow Plugin -- Apply to Textareas on When the DOM is Ready

2008-03-03 Thread Joe
http://plugins.jquery.com/project/Plugins/category/20 That's the link to the plugin. Working on it now...I'll let you know when I get to the solution. Cheers. Joe On Mar 3, 2:13 pm, Ariel Flesler [EMAIL PROTECTED] wrote: I never saw it, but the name suggests it strecthes textareas as you