Topic: Removing conflicting prototype
When I was moving my site from development mode to production mode I noticed that the server at the webhost had 3.0.10 and I had 3.1.1, so I started change the project files to match 3.0.10. But when I was finished it still didn't work so I contacted support, who notified me that they upgraded the server to 3.1.1. So then I had to change back the project files manually to match 3.1.1 again. But it seems like prototype is still running and it conflicts with jQuery, which gives me this error msg:
Uncaught controls.js requires including script.aculo.us' effects.js library
/#about:30Uncaught TypeError: Object [object Object] has no method 'cycle'
/#about:12Uncaught TypeError: Object [object Object] has no method 'cycle'
So my question is: How do I remove prototype? Or atleast prevents it from conflicting?
Tried jQuery.noConflict(), but it doesn't work..