Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/09/2014, 08:18
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 8 meses
Puntos: 578
Respuesta: Coger texto de varios SPAN en un archivo HTML

Ushh... Antes hay que pasarlo a objeto jQuery:

Código Javascript:
Ver original
  1. $.get("exe/a-1.html", function (msg) {
  2.     alert($(msg).filter("span:lt(3)"));
  3. });