ajax+jquery with cake

2010-04-23 Thread MANOJ DHAMAL
I m new with cake. i m usung jquery and ajax both with cake . when i
include prototype.js in project then jquery not works . Any solution
for that.
   thanks.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: ajax+jquery with cake

2010-04-23 Thread cricket
On Apr 23, 2:00 am, MANOJ DHAMAL manoj.dham...@gmail.com wrote:
 I m new with cake. i m usung jquery and ajax both with cake . when i
 include prototype.js in project then jquery not works . Any solution
 for that.

Don't use prototype?

OK, see here:

http://docs.jquery.com/Using_jQuery_with_Other_Libraries

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


ajax+jquery with cake

2010-04-23 Thread MANOJ DHAMAL
Hi All,
I ma first time working on project in cakephp . I m using ajax and jquery
both in project. When i include prototype.js for ajax it affects to jquery,
jquery not works . Any solution for this?

Thanks.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: ajax+jquery with cake

2010-04-23 Thread Annamalai
give jQuery.noConflict();   in jquey file and then try
it will works

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en