Combine JS, Jquery and Prototype + Scriptaculous on views/layout/default.ctp
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: lmiranda@gmail.com
- 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home