HTML as text into accessable HTML tree

HTML as text into accessable HTML tree

Hello. Once again.

I get a server respond and this could be a HTML document. If this is the case, jQuery will give me the result as a string. I need to convert it into a DOM, to access the single nodes in it. Does somebody know a solution? I really need the function getElementById. I hope some of you guys can help me!