Re: [jQuery] XPath for Attribute Selection Criteria

2010-01-06 Thread Karl Swedberg
On Jan 6, 2010, at 10:13 AM, Richard Collette wrote: 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 thi

[jQuery] XPath for Attribute Selection Criteria

2010-01-06 Thread Richard Collette
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?