How can I inject Javascript (including Prototype.js) in other sites without cluttering the global na
- by Daniel Magliola
I'm currently on a project that is a big site that uses the Prototype library, and there is already a humongous amount of Javascript code.
We're now working on a piece of code that will get "injected" into other people's sites (picture people adding a <script> tag in their sites) which will then run our code and add a bunch of DOM elements…