Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/11/2010, 08:39
Dany_s
 
Fecha de Ingreso: diciembre-2009
Ubicación: Misiones
Mensajes: 867
Antigüedad: 14 años, 11 meses
Puntos: 65
Respuesta: xml con js y jquery

Código Javascript:
Ver original
  1. $( function(){
  2.             $.ajax({
  3.             url: 'xml.xml',
  4.             dataType: 'xml',
  5.                 success: function(data) {
  6.                      valores = $(data).find('a2011 Valores');
  7.                      valores.each( function(){
  8.                          alert( $(this).attr('id') );
  9.                      });
  10.                 }
  11.             });
  12.         });

Es como buscar elementos html