'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.

Reply via email to