> > I cant find a decent tutorial (or the correct way to do it) to add > > jquery into cakephp 1.3
Are you sure you can't get this bit working? jQuery itself gives instructions on how to download it and include it in your page with a <script /> tag. If you choose to Cake-ify this up a bit, which most of us would recommend, you simply use: http://book.cakephp.org/view/1589/script As for the rest, follow Andy's advice and get Cake working first. Only after you're confident you know how Cake works, go to jQuery's documentation and follow their instructions. Too many people dive straight into jQuery (or other flavours of JS) on their first project without getting a good enough understanding of what Cake and jQuery actually do and end up getting themselves VERY confused! Paul. -- 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
