I am trying to use JQuery with CakePHP (1.3.6) using the JS helper.

I have a bit of code that works fine with the prototype library but
when I change the library to JQuery, it breaks. The correct function
in the controller class is definately called and the database update
in the function happens. But when the function calls $this-
>render('add_success','ajax'); at the end to render 'add_success.ctp'
using the 'ajax.ctp' layout... nothing happens.

Is there something I need to do to make JQuery work with the JS
library other than those detailed in the 1.3 Cookbook ?

I hope someone can help or at least point me in the right direction.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to