I am wondering how to inject HTML tags with DOM injection, without making use of the jquery library.
We want to generate several objects from an external javascript file, into the original page, but we don't want to be dependant on jquery (since it's 90kb) and we don't have control over the site which will use our script.