Is Javascript/jQuery DOM creation safe until it’s added to the document?
Is this by itself dangerous in any way? My point being, can just the simple act of creating a DOM somehow inject anything, or is it just simply processed and the structure is created? Simply creating an element without appending it to the dom will not cause any script to run since it is purely … Read more