I'm doing a $.get() request which returns some HTML. I would like to manipulate that html before I'm adding it to the DOM (make it hidden).
Can I do this without adding it to a behind-the-scene node, manipulate it and finally add it to the destination node?