I want to add DOM element to head section of HTML. jQuery does not allow adding DOM element script to the head section and they execute instead, Reference.
I want t
Here is a safe and reusable function for adding script to head section if its not already exist there.
see working example here: Example