How do I perform a jquery ajax request in CakePHP?
问题 I'm trying to use Ajax in CakePHP, and not really getting anywhere! I have a page with a series of buttons - clicking one of these should show specific content on the current page. It's important that the page doesn't reload, because it'll be displaying a movie, and I don't want the movie to reset. There are a few different buttons with different content for each; this content is potentially quite large, so I don't want to have to load it in until it's needed. Normally I would do this via