I have some javascript which will create some sort of widget on a page. I will be giving this snippet to clients so I want them to have to do very little.
The most o
So you want to have a script element which replaces itself with div.
Your initial code is like this:
You can rewrite it like this (I am using JQuery):
I have not tried it though!