jquery関数で使用される値をレンダリングするCakePHP 1.3の関数が必要ですが、jqueryを壊す値の前に常に3つの新しい行をレンダリングします。これらのいずれかを設定headers
しても役に立ちませんでした
header("Pragma: no-cache");
header("Cache-Control: no-store, no-cache, max-age=0, must-revalidate");
header('Content-Type: text/x-json');
header("X-JSON: ".$content);
echo $content;
jquery は以下を使用します。
var content = $.ajax({ url: /link/to/cakephp/function ,async: false }).responseText;
これらの 3 行または jquery 関数を修正できますか?