Ah! Perfect. Thanks.
On Jul 17, 7:10 pm, jquertil <[EMAIL PROTECTED]> wrote: > 'input','textarea' ==> this would try to find INPUT tags inside a > context of TEXTAREA tags. > > you want: > > 'input, textarea' ==> remember the jquery selectors behave like CSS > selectors.