Shuan Inman writes about what he calls CSS Qualified Selectors, something that comes up in a discussion quite often. Basically it’s a way to select (for example) all a elements that contain an img. Although the functionality already can be found in jQuery (and I’m pretty sure in other JS Libs too) John Resig jumps the bandwagon and provides us with the syntax Shaun proposed as a 2 line jQuery plugin 🙂