PDA

View Full Version : Prototype & jQuery?



Moh
08-06-2009, 07:41 PM
Well, were currently using jQuery and Protoype, because some things work better with one or the other.

I have read through this (http://docs.jquery.com/Using_jQuery_with_Other_Libraries) and still having a problem.

When you run the function which is using jQuery it crashes the browser.

If you remove the prototype, it works fine. Has anyone had this problem before?

Iszak
08-06-2009, 09:52 PM
There's probably an error in the code where you didn't implement the no conflict correctly, and without seeing the code we are unable to tell you how to fix it. I also recommend only using one JavaScript framework if you could, as two would result in slower load times and is generally unnecessary in most cases.

Want to hide these adverts? Register an account for free!