CakePHP Prototype JQuery

2006-11-05 Thread bingo
Hi, Right now I am using CakePHP and Prototype and my development is going great. But I would like to swtich to JQuery but at the same time don't want to give up Prototype as CakePHP AjaxHelper is based on Prototype. Initially I thought, that it should not matter if I include both prototype and

Re: CakePHP Prototype JQuery

2006-11-05 Thread Darian Anthony Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bingo, I attempted to use jQuery and Prototype together, and ran into the same issue that's noted in the URL your mentioned. I was unable to resolve the conflicts, and decided that I didn't really like Prototype that much, and realized that coding

Re: CakePHP Prototype JQuery

2006-11-05 Thread bingo
Hi Darian, Can you provide some example on how did you get JQuery working...I am actually interested in knowing how you can replace ajax-link with JQuery code...and what changes will I have to make in the controller and in the RequestHandler component, if I have to, to get jquery working

Re: CakePHP Prototype JQuery

2006-11-05 Thread bingo
Hi Darian, I saw that post before...but I am not sure what's the current status of Ajax/Javascript helper in terms of supporting JQuery... Regards, bingo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Re: CakePHP Prototype JQuery

2006-11-05 Thread Darian Anthony Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bingo, I don't believe you have to make changes to RequestHandler -- $this-RequestHandler-isAjax() will still work, as it checks that he request was made via an XMLHttpRequest. As for the existing $this-ajax-link(), I believe something like the