So, I wrote a small javascript widget. All the user has to do is insert the script tag on the page, and right below it I insert the div with all the content that the user requested.
Many sites do things like Twitter, Delicious, and even StackOverflow.
I am wondering how to check this widget so that it works correctly on every web page. I do not use iframes, so I really want to make sure that this code will work if you insert most places. I know that it looks the same in all browsers.
Suggestions? Or should I just build a hundred web pages and insert my script tag and see if it works? I hope there is an easier way than this.
javascript testing
icco
source share