I was curious as to whether or not there exists a jQuery-style interface/library for PHP for handling HTML/XML files -- specifically using jQuery style selectors.
I\
simplexml perhaps? Its syntax is different from jquery, but it does make traversing XML really easy.
It will however not work for HTML that is not valid XML.