Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/05/2012, 08:55
Avatar de edgwin
edgwin
 
Fecha de Ingreso: abril-2011
Ubicación: Guadalajara, Jalisco, Mexico
Mensajes: 47
Antigüedad: 13 años, 7 meses
Puntos: 1
Respuesta: Saltar elemento XML

Bueno me respondo a mi mismo...

....
success:function(response){
$(response).find("dato").each(function(){
if (x == 2){
return true;
}
}
});
...