[jQuery] Re: Bug jQuery 1.3.2 & FF3.5 - $("input[name='']")

2009-07-20 Thread false
Thanks, will try it when i have a chance to install FF3.5 again On Jul 17, 8:22 pm, MorningZ wrote: > i wonder if this would work > > $("input, textarea").not("[name]").each() > > . > > On Jul 17, 9:58 am, false wrote: > > > This code use

[jQuery] Bug jQuery 1.3.2 & FF3.5 - $("input[name='']")

2009-07-17 Thread false
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; });