The problem is that both Prototype and jQuery use the $ variable. jQuery provides a compatibility mode so it can work with Prototype, but I don't think Prototype provides a compatibility mode.
As far as I know, they are the only two major libraries that can cause conflicts. Andrew On 26 July 2010 16:44, Octavian Rasnita <[email protected]> wrote: > I understood that Scriptaculous/Prototype has a design problem because it > can't be used with other JS libraries like jQuery, ExtJS, Dojo because it > creates a conflict, and that it should be avoided. > Isn't this true? > > Octavian > > ----- Original Message ----- > From: "Dami Laurent (PJ)" <[email protected]> > To: "The elegant MVC web framework" <[email protected]> > Sent: Monday, July 26, 2010 4:09 PM > Subject: RE: [Catalyst] rich ajax UI component libraries for Catalyst? > > > > >>-----Message d'origine----- >>De : Leandro Hermida [mailto:[email protected]] >>Envoyé : lundi, 26. juillet 2010 08:31 >>À : The elegant MVC web framework >>Objet : Re: [Catalyst] rich ajax UI component libraries for Catalyst? >> >>Hi Nicolas, >> >>Thanks for the excellent advice, this is very good to know for us new >>users! If I may ask everyone another question, what are peoples >>opinions about which libraries are best? most straightforward to use? > > Hi Leandro, > > For our project at Geneva Courts of Law, we chose prototype.js + > scriptaculous + Prototype Window Class (http://prototype-window.xilinus.com/) > + Alien::GvaScript (home-made library for autocompleters, Tree navigator, > keyboard events, form handling, etc., see distrib on CPAN). > > We chose that component stack a couple of years ago; maybe the choice would > be different if starting a fresh project right now -- but anyway we are still > very happy with the components mentioned above. > > Cheers, Laurent Dami > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
