I think it's:

$("input[type=input]", $(".rowData")).blur( ... )

In other words: within the context of the set of "rowData" element,
select the input of type "text".


On Apr 3, 4:58 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> Within my TR of class "rowData", how do I write a jquery onblur
> handler for every input field of type = "text" or every field that is
> a TEXTAREA?
>
> Thanks, - Dave

Reply via email to