i wonder if this would work

$("input, textarea").not("[name]").each(....)

.

On Jul 17, 9:58 am, false <falseconversati...@gmail.com> wrote:
> This code used to work before i upgraded to FF3.5. Is there any other
> way to achive the same thing?
>
>  $("input[name=''],textarea[name='']").each(function(i) {
>
>     this.name = this.id;
>
> });

Reply via email to