[jQuery] Re: index() problem

2009-05-18 Thread Sasha
I bow, MorningZ. Many thanks and much respect - SA On May 18, 10:47 pm, MorningZ wrote: > The index of the object you are looking for needs to be in the > collection of objects you select. which isn't the case of your > selector, as you are looking for an tag in a collection > (that's just

[jQuery] Re: index() problem

2009-05-18 Thread MorningZ
The index of the object you are looking for needs to be in the collection of objects you select. which isn't the case of your selector, as you are looking for an tag in a collection (that's just one item) of tags Right from the docs (http://docs.jquery.com/Core/index) "Searches every match