Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    Note that this is also the correct syntax for a CSS definition for an element with multiple classes.
    – zombat
    Commented Aug 26, 2009 at 21:06
  • Take a look at all the possibilities in CSS 3 Selectors - they're awesome. When taking into account the fact that jQuery supports pretty much all of them, it means you have awesome power over your DOM.
    – JorenB
    Commented Aug 26, 2009 at 21:12
  • As does Prototype in version 1.6.1 (due out any day), as both jQuery and Prototype use the same underlying Sizzle selection engine from John Resig. Commented Aug 27, 2009 at 7:44