I am using cakephp 1.3.
I want to use its Ajax helper and the CakePHP 1.3 AJAX documentation says that I will have to use prototype.js and scriptaculous.js to work with it.
But I am already using jQuery for my project and it conflicts with the prototype.js file.
So is there any way to work with Ajax helper and jQuery instead of Ajax helper and prototype / scriptaculous?
(I don’t want to use prototype.)
Thanks.
From the link you provided:
On Js helper page:
And also take a look at the jQuery AJAX pagination example.