PROBLEM In IE7, many of Prototype's functions stop working when Prototype.js is included twice. What is the best practice for shielding against multiple loads of Prototype?
BACKGROUND I'm creating a widget script people can embed on their websites. My script uses Prototype. There's a possibility that their website may already include Prototype. When Prototype is included a second time on their site, IE7 will crap out saying "Object does not support this property or method" on nearly any function call. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
