Re: Open Rico / Prototype JS conflicts?
Logan Allred <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On Jun 21, 2006, at 12:40 PM, ben wrote: > Hey list, > > Currently I'm writing a webobjects driven CMS using some ajax > elements. I've been using the prototype library mostly for the > ajax.updater call, for an ajax powered editor. Recently I added the > rico library for some of the stylistic effects (rounded, and > position moving). But it seems using Rico has broken my > ajax.updater calls (if I remove rico, the calls work again). > Wondering if anyone else has had this problem, or has made the two > work fine in WO together. I was using JQuery for a few things (mostly updating styles), and adding a component using the Wonder Ajax framework broke JQuery (it and Prototype fight over $()). It was easy enough for me to switch my JQuery stuff over to Prototype as I was just doing simple stuff. In theory, JQuery and Prototype are supposed to co-exist, but that wasn't true for my particular case. Logan