And-Selector?

And-Selector?


Is it possible to implement a and-selector with Sizzle? Say, something
like this:
$("#field1 & #field2").length would be either 0 or 2, but never 1.
This would be extremely useful for the validation plugin to specify
dependencies, where currently rather clunky callbacks have to be used.
Jörn