weixin_33738578 2013-04-30 20:21 采纳率: 0%
浏览 30

Ajax函数出了什么问题

I've copied the ajax function from another page, but it's not working in this page, it's exactly the same in both pages. O put 2 alerts (STEP1 and STEP2) but only the STEP1 is activated, the STEP2 doesn't appear. Any ideia? Thanks

The Ajax function is

function DadosGerais(){
  alert("STEP1");
  $.ajax({
  url: "php/c_consultas.php?tipo_acao=consulta_detalhes_consulta&id_consulta="+getUrlVars()['id_consulta'],
  type: 'post',
  data: { tag: 'getData'},
  dataType: 'json',
  success: function (data) {
  alert("STEP2");
  if (data.success) {
    $.each(data, function (index, record) {                         
    if ($.isNumeric(index)) { 
      $('#cliente').val(record.cliente_nome).show();
      $('#contacto').val(record.nome_contacto).show()
    }
  });
  }
},
  error: function (XMLHttpRequest, textStatus, errorThrown) { 
    alert("Status: " + textStatus);
    alert("Error: " + errorThrown);
  }
  });       
}

If I call the 'url' directly in the browser it returns me the json data (it's ok). Maybe it's missing some JQuery file????

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥30 这是哪个作者做的宝宝起名网站
    • ¥60 版本过低apk如何修改可以兼容新的安卓系统
    • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
    • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
    • ¥50 有数据,怎么用matlab求全要素生产率
    • ¥15 TI的insta-spin例程
    • ¥15 完成下列问题完成下列问题
    • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
    • ¥15 YoloV5 第三方库的版本对照问题
    • ¥15 请完成下列相关问题!