Hi -
I'm working on some updates for a site that will be managed via the Ingeniux CMS. The issue is, I have all this new functionality that was written in jQuery, but the CMS requires prototype for some of it's form functions. I've tried using noConflict and replacing $ with $j, and what keeps happening is that the first time a function called it will work, but not again, or at least not consistently, for example, clicking one of the slideToggle items will toggle the div open, but clicking again will not do anything.
It seems like everything that uses toggleClass works consistently, but only the first instance of slideToggle will work, and my plugins are also not working completely either, just partially.
Here's the site in development:
I'm really hoping someone can take a look and let me know what else I might try?
Thank you very much!
-Erin