well anything that uses "$" will not safley co-exist so you -need- to test for conflicts in order to co-exist properly ----- Original Message ----- From: "Diodeus" <[email protected]> To: "Prototype & script.aculo.us" <[email protected]> Sent: Thursday, July 09, 2009 9:52 PM Subject: [Proto-Scripty] Re: Alternatives to Protosafe?
I'd rather not test for conflicts, but rather to safely coexist. On Jul 9, 4:48 pm, "Alex McAuley" <[email protected]> wrote: > You could check for the jQuery object - this will get round jQuery... > > if(jQuery) { > .......................... > > } > > There must be prototype only objects/functions/classes you can test for in > prototype.... > > I am not sure about other libraries but i think extjs uses the "Ext." > namespace and similar with yahoo > > ----- Original Message ----- > From: "Diodeus" <[email protected]> > To: "Prototype & script.aculo.us" > <[email protected]> > Sent: Thursday, July 09, 2009 8:10 PM > Subject: [Proto-Scripty] Alternatives to Protosafe? > > > I am working on a content delivery solution. This would allow people > > to include some content on their page by adding a script tag. I would > > like to add some slickness to the content, so I would like to use > > Prototype. > > > I'm looking for some suggestions to safely add Prototype to the target > > pages (I'm inserting a script tag dynamically) without interfering > > with an existing copy of Prototype, jQuery or other libraries. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
