[jQuery] Feature request: XPath attribute content selector
I need to be able to grab attribute content staight from XPath in the
form of //*[@class='imageClass']/@id would return the ids of anything
with the class name imageClass. I have not got the reg exp knowledge
to do this myself.