Ver Mensaje Individual
  #56 (permalink)  
Antiguo 14/06/2012, 17:58
Gothgauss
 
Fecha de Ingreso: marzo-2009
Mensajes: 395
Antigüedad: 15 años, 8 meses
Puntos: 11
Respuesta: Variables de sesion

es decir algo como :

Código:
success: function(data){
var matriz = jQuery.parseJSON(data)
for(i=0;i<matriz.leght;i++){
      for(j=0;j<3;j++){
          $('#mostrar').prepend(matriz[i][j]);
}
}
    
}