[jQuery] XPath for Attribute Selection Criteria
The jQuery documentation states that it uses a combination of both CSS
and XPath selectors.
Does that mean that I should be able to select attributes using the
syntax:
[attName=Val1 or attName=val2]
since XPath criteria allow OR's like this?
If not, exactly what parts of XPath are supported?