I have an xpath selector. How can I get the elements matching that selector using jQuery?
I\'ve seen https://developer.mozilla.org/en/Introduction_to_using_XPath_in_
If you are debugging or similar - In chrome developer tools, you can simply use
$x('/html/.//div[@id="text"]')