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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---