[jQuery] Re: Chrome bug

2009-04-03 Thread James
Sorry, I did not mentioned that I have not tested it, but was something to try and see if it would work. I'll try it out myself later and see it also. On Apr 2, 9:14 pm, Javier Martinez wrote: > Have you tried your code? > > Has the exact same error. > > The code that I provide is not valid, but

[jQuery] Re: Chrome bug

2009-04-03 Thread Javier Martinez
Have you tried your code? Has the exact same error. The code that I provide is not valid, but when jQuery insert it on the dom, is inserted correctly. Maybe I should post a ticket on the jQuery trac. Someone has some information about this? 2009/4/2 James > > is not valid, I think. > You

[jQuery] Re: Chrome bug

2009-04-02 Thread James
is not valid, I think. You should try: '' instead. On Apr 1, 11:59 pm, Javier Martinez wrote: > Chrome has errors selecting more than one element where these elements are > not inserted yet. > > Test case (execute this snippet in some page): > > alert($('').find('#from, > #to').length); > > The