Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/02/2014, 09:30
Avatar de rottenp4nx
rottenp4nx
 
Fecha de Ingreso: octubre-2012
Ubicación: Santiago
Mensajes: 417
Antigüedad: 11 años, 7 meses
Puntos: 36
Respuesta: Mostrar alerta

Código Javascript:
Ver original
  1. $.ajax ({
  2.             type: "POST",
  3.             data: "dep="+dep+"&titulo="+titulo+"&mensaje="+msj,
  4.             url: "http://localhost/funciones/nuevo_ticket.php",
  5.             success: function(data){
  6.                  console.log(data);
  7.              }
  8.         });