Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/05/2012, 14:28
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 1 mes
Puntos: 192
Respuesta: cache en Apache con Ajax y IE

Usá cache:false en tu pedido AJAX:

Código Javascript:
Ver original
  1. $.ajax({
  2.       data: "idFactura=2",
  3.       type: "GET",
  4.       cache: false,
  5.       dataType: "json",
  6.       url: "http://www.text.com/test/factura.php",
  7.       success: function(data){
  8.                            muestraResultados(data);
  9.                           });
  10.       });
  11. });
__________________
nahueljose.com.ar