Im taking over an app that was started by someone else. I want to use jquery, but from what i read, the only way to use it replaces Prototype. This shouldnt be a problem, but im not sure if the project uses any protoype. Is there a plugin i can run or something that searches the project and checks compatibility without prototype?
Share
I am not aware of any. The only way I can think of doing it would be to make the change and hunt for errors then translate them to JQuery. Most are not hard. They are usually just slight differences like
addClassinstead ofaddClassName