I\'m working with a CakePHP application and jQuery Mobile. In the CakePHP application, RequestHandler is turned on, now, jQuery Mobile makes all of it\'s requests as ajax re
Just set $this->layout = 'default'; in your controller, and it will use the default layout.
$this->layout = 'default';
Or maybe you could make a header and footer element to put in your ajax and default layouts.