Posted in Development by MB on 07/18/08
I’ve been working out some methods of making uniquely namespaced JavaScript objects.
I’m trying to handle a situation where there could be multiple instances of the same object or functions on the same page with the same name. The idea is to prevent one function, variable, or object accidentally writing over another because they have the [...]