Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/05/2014, 23:37
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 15 años, 8 meses
Puntos: 2237
Respuesta: Enviar post ajax dentro de peticion post ajax

Creo que sí se puede:

Código Javascript:
Ver original
  1. $.ajax({
  2.             type: "POST",
  3.             url: 'url-de-destino',
  4.             data: fuenteDeDatos,
  5.             success: function (result,status,xhr) {
  6.                  // Aquí analizas el resultado
  7.                  // si procede, haces la siguiente petición
  8.             },
  9.             error function(xhr,status,error) {
  10.                 // algo no salió bien
  11.             }
  12.         });
__________________
- León, Guanajuato
- GV-Foto