I have a big HTML-string containing multiple child-nodes.
Is it possible to construct a jQuery DOM object using this string?
I've tried $(string)
but it only returns an array containing all the individual nodes.
Imtrying to get an element which i can use the .find() function on.