2011-01-27 62 views
2

當進行Ajax調用時,我的返回結果成功返回期望值加上調試器中的所有html。有沒有辦法在不關閉調試的情況下返回調試信息?這裏是我的代碼:保持ColdFusion調試信息不​​返回到jQuery Ajax

$.ajax({ 
     type: "POST", 
     url: "/ajax/ajax_test.cfc?method=ajaxTest&returnformat=plain", 
     data:"field1=17", 
     success: function(response) { 
     var r=response; 
     alert(r); 
     } 
     }); 
+1

`` - 認爲,這將方法 – orangepips 2011-01-27 20:58:26

+0

@orangepips內工作,謝謝你,這正是我一直在尋找。 – 2011-01-27 21:19:59

回答

2
<cfsetting showdebugoutput="false">