hello mike,

thanks a lot,
i *should* have read on. additional wonderful features were around the
corner :) .

best regards,
alex

On Wed, Oct 15, 2008 at 15:02, Mike Alsup <[EMAIL PROTECTED]> wrote:
>
>> var inputs = jQuery(the_form).find('input'); //a list of fields
>> var field = jQuery(inputs).filter('[name='+fieldname+']');
>>
>> my problem is, that inputs doesn't contain textarea and select fields.
>
> Use the pseudo selector :input.
>
> var inputs = $('#myForm :input');
>
> http://docs.jquery.com/Selectors/input
>
>

Reply via email to