Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/11/2009, 15:13
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 7 meses
Puntos: 101
Respuesta: duda selectores jquery

Ok, gracias.

Fijate que encontre este ejemplo para each en la documentacion de jquery. Se usa el +:

Cita:
jQuery.each(arr, function() {
$("#" + this).text("My id is " + this + ".");
return (this != "four"); // will stop running to skip "five"
});
O sea que funciona. Pero hubo algo en mi primer planteo que no daba resultados. Suerte encontramos formas alternativas. Gracias!