Ver Mensaje Individual
  #7 (permalink)  
Antiguo 18/11/2008, 15:22
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 10 meses
Puntos: 53
Respuesta: jquery: ajax q carga js

utiliza lo siguiente:

Código:
$.ajaxSetup({
  cache:true
});
Added in jQuery 1.2, if set to false it will force the pages that you request to not be cached by the browser.
http://docs.jquery.com/Ajax/jQuery.ajax

saludos