You should try to avoid using multiple JS frameworks in a single app.
If you cant avoid it, use noConflict within each framework.

On Jul 9, 10:10 am, kjc <[email protected]> wrote:
> Maybe You have to try this:
>
> http://api.jquery.com/jQuery.noConflict/
>
> On 9 Lip, 06:51, Louie Miranda <[email protected]> wrote:
>
> > I tried to add first two js script
>
> > echo $html->script('prototype');
> > echo $html->script('scriptaculous');
>
> > and created my app/controller/ and views on a 1.3 framework.
>
> > And then, I read on the manual about ajax pagination on 1.3.
>
> > I tried to add..
>
> > echo $html->script('jquery');
>
> > And then, my other ajax work did not worked? It has a conflict? How can I
> > remedy this? Or I should probably transfer all work from prototype +
> > scriptaculous to jquery?
>
> > Please advise.
> > --
> > Louie Miranda
> >  - Email: [email protected]
> >  - Web:http://www.louiemiranda.com

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 [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to