I am wondering where to put my JS files so I don't make a complete mess out of my folders.
If I do a search on "Where to put Js files in cakephp" I get results of people explaining how to include a Js file into a page.
This JS file uses Ajax to post for example, books, to the database. So do I place this file in the controller folder, do I place it in Webroot/js/ under a certain folder or do I place it in the view folder?