Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/01/2010, 07:12
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: Problema funcion $.ajax() en jquery 1.4

Entonces recomendaría o volver a la 1.3.2 o ver que pasa con esto:

Cita:
beforeSend: function(){ alert("before") };

success: function(msg){alert( "success: "+msg) },

error: function(a){ alert("error: "+a) };