On Fri, Mar 18, 2011 at 2:02 AM, Shashank <[email protected]> wrote: > Finally i am able to use ajax. But now there is one more problem. I use 1) > Ajax form 2) And made an ajax request through jquery. > These are two different forms. For one form i used the ajax form. > And for second one i used the jquery to make the ajax request. > Bt the issue now i am facing is ajax forms need prototype.js and the other > one i used need jquery.js. and as everyone know they r conflicting with each > other. If i remove prototype.js then ajax form stops working and i fi remove > juery my other form stops working. The issue is can anyone tell me hjow to > make the ajax form work only based on jquery.
I think you're confusing the terminology. They're both using ajax. By "ajax form" do you mean CakePHP's AjaxHelper? You can use that with JQuery, also. If you're using Cake 1.3.x. I think a better solution would be to skip the AjaxHelper and handle it entirely with yourown code written with jquery. -- 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
