jQuery and prototype CAN work together with two steps: 1. Call jQuery.noConflict() just after jQuery include. 2. Use jQuery(...) instead of $(...) for all jQuery calls. http://docs.jquery.com/Using_jQuery_with_Other_Libraries
But the main question is why do you want to use them both? Any of them can solve any problem. On Mar 3, 9:54 pm, Stu <[email protected]> wrote: > So I think I've come to understand that Jquery and prototype will not > work together, does anyone know how to recreate Ajax links using J > Query? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
