$ .getJSON显示错误:由于IE中的错误c00ce56e,无法完成操作

时间:2013-12-11 20:31:41

标签: php codeigniter internet-explorer jquery

$.getJSON(base_url+"search/ajax_get_results", params, function( data ) {
    $.each( data, function( key, val ) {
        alert(key+' : '+val);return false;
    });
}).error( function( xhr, status, error ) {
    console.log( error );
});

我用过,

header('Content-type: text/html; charset=utf-8');

header("Content-Type: application/json; charset=utf-8");

但是,不适合我。

0 个答案:

没有答案