[jQuery] Re: Attribute selector (^=) problem with "multiple" values

2008-01-12 Thread truent
Appears fixed as of 1.1.3 On Jan 10, 2:54 pm, truent <[EMAIL PROTECTED]> wrote: > Im seeing this too. > > This Works. > > $(document).ready( > > function() { > > $("input").each( > > function(i){ > alert('hi'); > > } > > ); > > This does not: > > $(document).ready( > > function() { > > $("input[i

[jQuery] Re: Attribute selector (^=) problem with "multiple" values

2008-01-10 Thread truent
Im seeing this too. This Works. $(document).ready( function() { $("input").each( function(i){ alert('hi'); } ); This does not: $(document).ready( function() { $("input[id]").each( function(i){ alert('hi'); } ); php webpage snippit Categories Aid Year: * 2006-072007-082008-0