I am looking for a class or method for parsing a string containing an html document, how can I do this using jquery:
So, the main thing I need is a css selector.
I want to get all links or get all div elements (which are children of another other element) and the like.
Are there any tools for this?
Chris source
share