> > I have to disagree with that. Why shouldn't I be able to classify > elements no matter if there's an id or not. It's not all about CSS, an > id also serves as anchor and for scripting purposes. It's the same as if > you were saying using a type selector together with a class makes no sense. > > And: If it were a bug in jQuery, it would be a bug in every known CSS > parser that exists out there. Because the CSS selector > > div#identifier.classification > Sorry. I didn't know this was a valid selector. I though the . had to be preceded with a space or a tagname.
> would only select the following element: > > <div id="identifier" class="classification"> > > > -- Klaus > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
