Hello,
I have a question.
I have a variable containing an html structure and I need to inject a basic div (< div < / div >) around the contents of this variable, as a parent, using jQuery only.
I think I should use append and appendTo, but I'm lost.
Any tips? Thank you