- $.load
- $.get
- $getJSON
En el AppController function beforeFilter() introducimos este if
if ($this->RequestHandler->isAjax()) {
$this->layout = false;
$this->disableCache();
}
Con el método disableCache de la clase Controller le decimos al navegador que no cachee esta petición.
No comments:
Post a Comment