Is there any way to use both the jquery and scriptaculous js files together?
I was trying to implement the autocomplete feature of the cakephp framework which required the js files,prototype.js,scriptaculous.js,effects.js and controls.js.
I also use JQuery functions in my application which requires the jquery.js file.
The auto complete feature does not work if I include the jquery.js file. But I also require the jquery.js files to implement my jquery functions.
So is there any method to use both the js files?