On Apr 1, 4:44 am, Captain Betty <mcwilliams...@gmail.com> wrote: > Hi everyone. > > I have a weird issue with selecting spans with the “for” attribute. > jQuery doesn’t seem to want to select it if the span is physically on > the page. [...] > Is this a bug? What am I doing wrong in trying to select a span on the > page with a “for” attrib? The for attribute is not valid for span elements, it is only valid for label elements. Use class. -- Rob
- [jQuery] selecting spans with an attribute of "for"... Captain Betty
- [jQuery] Re: selecting spans with an attribute of "... RobG